Home
last modified time | relevance | path

Searched refs:pollution_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.cpp250 pollution_deaths_history -= pollution_deaths_history / 100.0; in start_of_year_update()
H A Dloadsave.cpp241 gzprintf(ofile, "%f\n", pollution_deaths_history); in save_city_2()
454 sscanf(gzgets(gzfile, s, 256), "%f", &pollution_deaths_history); in load_city_2()
H A Dold_ldsvguts.cpp347 sscanf(gzgets(gzfile, s, 256), "%f", &pollution_deaths_history); in load_city_old()
H A Dinit_game.cpp98 pollution_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.c314 pollution_deaths_history in start_of_year_update()
315 -= pollution_deaths_history / 100.0; in start_of_year_update()
H A Dldsvguts.c261 fprintf (ofile, "%f\n", pollution_deaths_history); in save_city_raw()
563 fscanf (ofile, "%f", &pollution_deaths_history); in load_city()
H A Dmain.c766 total_pollution_deaths, pollution_deaths_history); in compile_results()
/dports/games/lincity/lincity-1.13.1/modules/
H A Dresidence.c65 pollution_deaths_history += 1.0; in do_residence()
72 pollution_deaths_history += 1.0; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Dresidence.cpp61 pollution_deaths_history += 1.0; in do_residence()
67 pollution_deaths_history += 1.0; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DDialog.cpp403 total_pollution_deaths, pollution_deaths_history); in gameStats()
542 total_pollution_deaths, pollution_deaths_history); in saveGameStats()