Home
last modified time | relevance | path

Searched refs:sust_old_tech (Results 1 – 9 of 9) sorted by relevance

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dsimulate.cpp614 i = tech_level - sust_old_tech; in sustainability_test()
617 if ((i > sust_old_tech / 100) || tech_level < SUST_MIN_TECH_LEVEL) { in sustainability_test()
619 sust_old_tech = tech_level; in sustainability_test()
624 sust_old_tech = tech_level; in sustainability_test()
H A Dengglobs.h32 extern int sust_old_tech, sust_old_tech_count, sust_fire_count;
H A Dengglobs.cpp39 int sust_old_tech = 0, sust_old_tech_count = 0, sust_fire_count = 0; variable
H A Dloadsave.cpp260 …old_tech_count, sust_fire_count, sust_old_money, sust_old_population, sust_old_tech, sustain_flag)… in save_city_2()
479 &sust_old_tech, &sustain_flag) == 10) { in load_city_2()
484 …= sust_old_tech_count = sust_fire_count = sust_old_money = sust_old_population = sust_old_tech = 0; in load_city_2()
H A Dold_ldsvguts.cpp377 &sust_old_tech, &sustain_flag) == 10) { in load_city_old()
384 …= sust_old_tech_count = sust_fire_count = sust_old_money = sust_old_population = sust_old_tech = 0; in load_city_old()
/dports/games/lincity/lincity-1.13.1/
H A Dsimulate.c767 i = tech_level - sust_old_tech; in sustainability_test()
771 if ((i > sust_old_tech / 100) || tech_level < SUST_MIN_TECH_LEVEL) in sustainability_test()
774 sust_old_tech = tech_level; in sustainability_test()
782 sust_old_tech = tech_level; in sustainability_test()
H A Dshrglobs.c52 int sust_old_tech = 0, sust_old_tech_count = 0, sust_fire_count = 0; variable
H A Dengglobs.h44 extern int sust_old_tech, sust_old_tech_count, sust_fire_count;
H A Dldsvguts.c286 ,sust_old_money, sust_old_population, sust_old_tech in save_city_raw()
595 ,&sust_old_money, &sust_old_population, &sust_old_tech in load_city()
606 = sust_old_money = sust_old_population = sust_old_tech = 0; in load_city()