mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Don't initialize game.gametimer in the header file
That's a C++ thing apparently.
This commit is contained in:
@@ -365,6 +365,7 @@ void Game::init(void)
|
||||
skipfakeload = false;
|
||||
|
||||
ghostsenabled = false;
|
||||
gametimer = 0;
|
||||
|
||||
cliplaytest = false;
|
||||
playx = 0;
|
||||
|
||||
Reference in New Issue
Block a user