From 06c44a9411feb27b40bcbcf0930e27809ccef608 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 12 Jun 2010 19:01:16 +0000 Subject: [PATCH] - bugfix for method not returning a value --- source/glest_game/menu/menu_state_custom_game.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index 2b7607634..33a41c986 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -1405,6 +1405,8 @@ GameSettings MenuStateCustomGame::loadGameSettingsFromFile(std::string fileName) } SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s] Line: %d\n",__FILE__,__FUNCTION__,__LINE__); + + return gameSettings; } // ============ PRIVATE ===========================