Home
last modified time | relevance | path

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

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dengglobs.h55 extern float pollution_deaths_history, starve_deaths_history;
H A Dengglobs.cpp61 float pollution_deaths_history = 0.0, starve_deaths_history = 0.0; variable
H A Dsimulate.cpp251 starve_deaths_history -= starve_deaths_history / 100.0; in start_of_year_update()
H A Dloadsave.cpp243 gzprintf(ofile, "%f\n", starve_deaths_history); in save_city_2()
456 sscanf(gzgets(gzfile, s, 256), "%f", &starve_deaths_history); in load_city_2()
H A Dold_ldsvguts.cpp349 sscanf(gzgets(gzfile, s, 256), "%f", &starve_deaths_history); in load_city_old()
H A Dinit_game.cpp100 starve_deaths_history = 0; in clear_game()
/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c72 float pollution_deaths_history = 0.0, starve_deaths_history = 0.0; variable
H A Dengglobs.h64 extern float pollution_deaths_history, starve_deaths_history;
H A Dsimulate.c316 starve_deaths_history in start_of_year_update()
317 -= starve_deaths_history / 100.0; in start_of_year_update()
H A Dldsvguts.c263 fprintf (ofile, "%f\n", starve_deaths_history); in save_city_raw()
565 fscanf (ofile, "%f", &starve_deaths_history); in load_city()
H A Dmain.c763 total_starve_deaths, starve_deaths_history); in compile_results()
/dports/games/lincity/lincity-1.13.1/modules/
H A Dresidence.c94 starve_deaths_history += 1.0; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Dresidence.cpp100 starve_deaths_history += 1.0; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DDialog.cpp399 total_starve_deaths, starve_deaths_history); in gameStats()
538 total_starve_deaths, starve_deaths_history); in saveGameStats()