Home
last modified time | relevance | path

Searched refs:total_unemployed_days (Results 1 – 6 of 6) sorted by relevance

/dports/games/lincity/lincity-1.13.1/modules/
H A Dresidence.c231 total_unemployed_days += p; in do_residence()
232 if (total_unemployed_days >= NUMOF_DAYS_IN_YEAR) in do_residence()
236 total_unemployed_days -= NUMOF_DAYS_IN_YEAR; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/modules/
H A Dresidence.cpp216 total_unemployed_days += p; in do_residence()
217 if (total_unemployed_days >= NUMOF_DAYS_IN_YEAR) { in do_residence()
220 total_unemployed_days -= NUMOF_DAYS_IN_YEAR; in do_residence()
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity/
H A Dengglobs.h53 extern int total_pollution_deaths, total_starve_deaths, total_unemployed_days;
H A Dengglobs.cpp59 int total_pollution_deaths = 0, total_starve_deaths = 0, total_unemployed_days = 0; variable
/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c70 int total_pollution_deaths = 0, total_starve_deaths = 0, total_unemployed_days = 0; variable
H A Dengglobs.h62 extern int total_pollution_deaths, total_starve_deaths, total_unemployed_days;