diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5fe43598..9c45614b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -607,7 +607,9 @@ int main(int argc, char *argv[]) login_wallpaper = NULL; logger->log("State: GAME"); + do_init(network); game(network); + do_exit(); state = EXIT_STATE; break; |