Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp1064 if (warning_throttle[0]) in peep_problem_warnings_update()
1065 --warning_throttle[0]; in peep_problem_warnings_update()
1075 if (warning_throttle[1]) in peep_problem_warnings_update()
1076 --warning_throttle[1]; in peep_problem_warnings_update()
1086 if (warning_throttle[2]) in peep_problem_warnings_update()
1087 --warning_throttle[2]; in peep_problem_warnings_update()
1097 if (warning_throttle[3]) in peep_problem_warnings_update()
1098 --warning_throttle[3]; in peep_problem_warnings_update()
1108 if (warning_throttle[4]) in peep_problem_warnings_update()
1119 if (warning_throttle[5]) in peep_problem_warnings_update()
[all …]