Home
last modified time | relevance | path

Searched refs:total_evacuated (Results 1 – 14 of 14) sorted by relevance

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Drocket_pad.cpp125 total_evacuated++; in remove_people()
130 total_evacuated++; in remove_people()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dengglobs.h44 extern int numof_health_centres, max_pop_ever, total_evacuated, total_births;
H A Dengglobs.cpp50 int numof_health_centres, max_pop_ever = 0, total_evacuated = 0, total_births = 0; variable
H A Dloadsave.cpp247 gzprintf(ofile, "%d\n", total_evacuated); in save_city_2()
460 sscanf(gzgets(gzfile, s, 256), "%d", &total_evacuated); in load_city_2()
H A Dold_ldsvguts.cpp353 sscanf(gzgets(gzfile, s, 256), "%d", &total_evacuated); in load_city_old()
H A Dinit_game.cpp79 total_evacuated = 0; in clear_game()
/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c62 int numof_health_centres, max_pop_ever = 0, total_evacuated = 0, total_births = 0; variable
H A Dengglobs.h54 extern int numof_health_centres, max_pop_ever, total_evacuated, total_births;
H A Dengine.c555 total_evacuated++; in remove_people()
560 total_evacuated++; in remove_people()
576 total_evacuated++; in remove_people()
581 total_evacuated++; in remove_people()
H A Dldsvguts.c267 fprintf (ofile, "%d\n", total_evacuated); in save_city_raw()
569 fscanf (ofile, "%d", &total_evacuated); in load_city()
H A Dmain.c755 ,max_pop_ever, total_evacuated, total_births); in compile_results()
H A Dsimulate.c432 total_evacuated = 0; in clear_game()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DDialog.cpp389 ,max_pop_ever, total_evacuated, total_births); in gameStats()
528 ,max_pop_ever, total_evacuated, total_births); in saveGameStats()
H A DEconomyGraph.cpp216 if( sustain_flag == 1 || total_evacuated >0 ){ in updateData()