diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 48a24f8..52db18e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ int main(void) { delete game; CloseAudioDevice(); - if (next != "0") { + if (game->getNext() != "0") { game = new Game(next); } } |