From 69ccb03b44f324f17d02b9e27e71c34850f71139 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 26 Jan 2006 10:56:45 +0000 Subject: Moved some setup code out of the game loop into the setup functions. Setup functions are now called from the outside. --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') 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; -- cgit v1.2.3-70-g09d2