Home
last modified time | relevance | path

Searched refs:raw_count_array (Results 1 – 8 of 8) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOF_MINE.cpp89 nation_array[nation_recno]->raw_count_array[raw_id-1]--; in ~FirmMine()
91 err_when( nation_array[nation_recno]->raw_count_array[raw_id-1] < 0 ); in ~FirmMine()
129 nation_array[nation_recno]->raw_count_array[raw_id-1]++; in init_derived()
140 nation_array[nation_recno]->raw_count_array[raw_id-1]--; in change_nation()
142 err_when( nation_array[nation_recno]->raw_count_array[raw_id-1] < 0 ); in change_nation()
144 nation_array[newNationRecno]->raw_count_array[raw_id-1]++; in change_nation()
H A DOAI_TALK.cpp278 if( raw_count_array[i] && !nationPtr->raw_count_array[i] ) in ai_trade_with_rating()
288 else if( nationPtr->raw_count_array[i] && !raw_count_array[i] ) in ai_trade_with_rating()
H A DOGF_V1.cpp267 memcpy(nationPtr->raw_count_array, raw_count_array, sizeof(raw_count_array)); in convert_to_version_2()
H A DOAI_BUIL.cpp67 if( raw_count_array[rawId-1] > 0 ) in think_build_mine()
H A DOAI_CAP2.cpp392 if( raw_count_array[ ((FirmMine*)firmPtr)->raw_id-1 ]==0 ) in think_capture_enemy_town_target()
H A DOGFILE3.cpp1588 visit_array<int16_t>(v, v1n->raw_count_array, MAX_RAW); in visit_version_1_nation()
1791 visit_array<int16_t>(v, nat->raw_count_array, MAX_RAW); in visit_nation()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOGF_V1.h287 short raw_count_array[MAX_RAW]; // no. of natural resources site this nation possesses variable
H A DONATIONB.h332 short raw_count_array[MAX_RAW]; // no. of natural resources site this nation possesses variable