1
0
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:
Michał Janiszewski
2017-05-06 22:53:51 +02:00
committed by Gymnasiast
parent e133585727
commit 423028dac9
3 changed files with 2 additions and 7 deletions

View File

@@ -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;
}