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 6454b123..b1ab8a68 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1117,7 +1117,7 @@ int main(int argc, char *argv[]) logger->log("State: GAME"); game = new Game; - game->logic(); + game->exec(); delete game; game = 0; |