Home
last modified time | relevance | path

Searched refs:sust_old_population_count (Results 1 – 11 of 11) sorted by relevance

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dengglobs.h31 extern int sust_old_money_count, sust_old_population, sust_old_population_count;
H A Dengglobs.cpp38 int sust_old_money_count = 0, sust_old_population = 0, sust_old_population_count = 0; variable
H A Dloadsave.cpp260 …sust_dig_ore_coal_count, sust_port_count, sust_old_money_count, sust_old_population_count, sust_ol… in save_city_2()
478 …&sust_old_population_count, &sust_old_tech_count, &sust_fire_count, &sust_old_money, &sust_old_pop… in load_city_2()
483 = sust_old_money_count = sust_old_population_count in load_city_2()
H A Dsimulate.cpp607 sust_old_population_count = 0; in sustainability_test()
609 sust_old_population_count++; in sustainability_test()
H A Dold_ldsvguts.cpp376 …&sust_old_population_count, &sust_old_tech_count, &sust_fire_count, &sust_old_money, &sust_old_pop… in load_city_old()
383 = sust_old_money_count = sust_old_population_count in load_city_old()
/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c51 int sust_old_money_count = 0, sust_old_population = 0, sust_old_population_count = 0; variable
H A Dengglobs.h43 extern int sust_old_money_count, sust_old_population, sust_old_population_count;
H A Dldsvguts.c284 ,sust_old_money_count, sust_old_population_count in save_city_raw()
593 ,&sust_old_money_count, &sust_old_population_count in load_city()
604 = sust_old_money_count = sust_old_population_count in load_city()
H A Dsimulate.c759 sust_old_population_count = 0; in sustainability_test()
762 sust_old_population_count++; in sustainability_test()
H A Dscreen.c2512 && sust_old_population_count >= SUST_POP_YEARS_NEEDED in do_sust_barchart()
2532 sust_old_population_count, in do_sust_barchart()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DEconomyGraph.cpp198 && sust_old_population_count >= SUST_POP_YEARS_NEEDED in updateData()
400 newLen = maxBarLen * sust_old_population_count / SUST_POP_YEARS_NEEDED; in drawSustBarGraph()