1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Rename rain to weather where appropriate

Co-authored-by: Brett Penzer <brettpenzer123@live.co.uk>
This commit is contained in:
Gymnasiast
2020-09-14 21:36:30 +02:00
parent f7348b1f06
commit 31d20cefb2
24 changed files with 139 additions and 139 deletions

View File

@@ -75,7 +75,7 @@ void screenshot_check()
gScreenshotCountdown--;
if (gScreenshotCountdown == 0)
{
// update_rain_animation();
// update_weather_animation();
std::string screenshotPath = screenshot_dump();
if (!screenshotPath.empty())
@@ -87,7 +87,7 @@ void screenshot_check()
context_show_error(STR_SCREENSHOT_FAILED, STR_NONE);
}
// redraw_rain();
// redraw_weather();
}
}
}