Author: ilor
Date: Tue Oct 21 12:11:33 2008
New Revision: 30298

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30298&view=rev
Log:
untested fix for broken --load (without -e)

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=30298&r1=30297&r2=30298&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Tue Oct 21 12:11:33 2008
@@ -1127,8 +1127,8 @@
                if (start_editor(loaded_game_) == 
editor2::EXIT_QUIT_TO_DESKTOP) {
                        return false;
                }
-       }
-       loaded_game_ = "";
+               loaded_game_ = "";      
+       }
        return true;
 }
 #endif


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to