Index: Source/Game.cpp =================================================================== --- Source/Game.cpp.orig +++ Source/Game.cpp @@ -328,6 +328,7 @@ int Game::thread(void *data) { if(pt) { (pt->game->*(pt->method))(); } + return 0; } void Game::DrawGL() {