mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix some warnings with clang and GCC
This commit is contained in:
committed by
Gymnasiast
parent
e133585727
commit
423028dac9
@@ -77,7 +77,6 @@ namespace OpenRCT2
|
||||
IScenarioRepository * _scenarioRepository = nullptr;
|
||||
|
||||
bool _isWindowMinimised = false;
|
||||
uint32 _isWindowMinimisedLastCheckTick = 0;
|
||||
uint32 _lastTick = 0;
|
||||
uint32 _uncapTick = 0;
|
||||
|
||||
@@ -138,7 +137,7 @@ namespace OpenRCT2
|
||||
/**
|
||||
* Causes the OpenRCT2 game loop to finish.
|
||||
*/
|
||||
void Finish()
|
||||
void Finish() override
|
||||
{
|
||||
_finished = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user