Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DClimate.cpp59 static uint32_t _thunderTimer; variable
100 _thunderTimer = 0; in climate_reset()
138 _thunderTimer = 0; in climate_update()
170 if (_thunderTimer != 0) in climate_update()
184 _thunderTimer = 43 + (randomNumber % 64); in climate_update()
393 _thunderTimer--; in climate_update_thunder()
394 if (_thunderTimer == 0) in climate_update_thunder()