Home
last modified time | relevance | path

Searched refs:total_births (Results 1 – 13 of 13) sorted by relevance

/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.cpp248 gzprintf(ofile, "%d\n", total_births); in save_city_2()
461 sscanf(gzgets(gzfile, s, 256), "%d", &total_births); in load_city_2()
H A Dold_ldsvguts.cpp354 sscanf(gzgets(gzfile, s, 256), "%d", &total_births); in load_city_old()
H A Dinit_game.cpp80 total_births = 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 Dldsvguts.c268 fprintf (ofile, "%d\n", total_births); in save_city_raw()
570 fscanf (ofile, "%d", &total_births); in load_city()
H A Dmain.c755 ,max_pop_ever, total_evacuated, total_births); in compile_results()
H A Dsimulate.c433 total_births = 0; in clear_game()
/dports/games/lincity/lincity-1.13.1/modules/
H A Dresidence.c83 total_births++; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Dresidence.cpp84 total_births++; in do_residence()
/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()