Author: soliton
Date: Thu Oct 22 23:39:56 2009
New Revision: 39418

URL: http://svn.gna.org/viewcvs/wesnoth?rev=39418&view=rev
Log:
use the proper define for tiny gui

Modified:
    trunk/src/playcampaign.cpp

Modified: trunk/src/playcampaign.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/playcampaign.cpp?rev=39418&r1=39417&r2=39418&view=diff
==============================================================================
--- trunk/src/playcampaign.cpp (original)
+++ trunk/src/playcampaign.cpp Thu Oct 22 23:39:56 2009
@@ -581,7 +581,7 @@
 
                                savegame::scenariostart_savegame 
save(gamestate, preferences::compress_saves());
 
-#ifdef TINY_GUI
+#ifdef USE_TINY_GUI
                                bool retry = true;
 
                                while(retry) {
@@ -590,7 +590,7 @@
                                }
 #else
                                save.save_game_automatic(disp.video());
-#endif /* TINY_GUI */
+#endif /* USE_TINY_GUI */
                        }
 
                        if (gamestate.classification().campaign_type != 
"multiplayer"){


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

Reply via email to