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:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user