Home
last modified time | relevance | path

Searched refs:months_in_debt (Results 1 – 6 of 6) sorted by relevance

/dports/games/julius/julius-1.7.0/src/city/
H A Demperor.c36 city_data.emperor.months_in_debt = -1; in update_debt_state()
46 city_data.emperor.months_in_debt = 0; in update_debt_state()
51 city_data.emperor.months_in_debt = 0; in update_debt_state()
55 if (city_data.emperor.months_in_debt == -1) { in update_debt_state()
57 city_data.emperor.months_in_debt = 0; in update_debt_state()
60 city_data.emperor.months_in_debt++; in update_debt_state()
62 if (city_data.emperor.months_in_debt >= 12) { in update_debt_state()
64 city_data.emperor.months_in_debt = 0; in update_debt_state()
73 city_data.emperor.months_in_debt = 0; in update_debt_state()
76 city_data.emperor.months_in_debt++; in update_debt_state()
[all …]
H A Ddata_private.h71 int32_t months_in_debt; member
H A Ddata.c360 buffer_write_i32(main, city_data.emperor.months_in_debt); in save_main_data()
837 city_data.emperor.months_in_debt = buffer_read_i32(main); in load_main_data()
/dports/games/augustus/augustus-3.1.0/src/city/
H A Demperor.c40 city_data.emperor.months_in_debt = -1; in update_debt_state()
50 city_data.emperor.months_in_debt = 0; in update_debt_state()
55 city_data.emperor.months_in_debt = 0; in update_debt_state()
59 if (city_data.emperor.months_in_debt == -1) { in update_debt_state()
61 city_data.emperor.months_in_debt = 0; in update_debt_state()
64 city_data.emperor.months_in_debt++; in update_debt_state()
66 if (city_data.emperor.months_in_debt >= 12) { in update_debt_state()
68 city_data.emperor.months_in_debt = 0; in update_debt_state()
77 city_data.emperor.months_in_debt = 0; in update_debt_state()
80 city_data.emperor.months_in_debt++; in update_debt_state()
[all …]
H A Ddata_private.h77 int32_t months_in_debt; member
H A Ddata.c373 buffer_write_i32(main, city_data.emperor.months_in_debt); in save_main_data()
880 city_data.emperor.months_in_debt = buffer_read_i32(main); in load_main_data()