Author: mordante
Date: Thu Jun 12 10:18:24 2008
New Revision: 27112

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27112&view=rev
Log:
Fix a compiler warning.

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=27112&r1=27111&r2=27112&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Thu Jun 12 10:18:24 2008
@@ -2200,7 +2200,7 @@
 #ifdef USE_EDITOR2
 editor2::EXIT_STATUS game_controller::start_editor()
 {
-       editor2::start(game_config_, video_);
+       return editor2::start(game_config_, video_);
 }
 #endif
 


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

Reply via email to