Author: zookeeper
Date: Tue Oct 14 09:22:02 2008
New Revision: 30155

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30155&view=rev
Log:
Fixage.

Modified:
    trunk/data/core/macros/carryover-utils.cfg

Modified: trunk/data/core/macros/carryover-utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/carryover-utils.cfg?rev=30155&r1=30154&r2=30155&view=diff
==============================================================================
--- trunk/data/core/macros/carryover-utils.cfg (original)
+++ trunk/data/core/macros/carryover-utils.cfg Tue Oct 14 09:22:02 2008
@@ -31,14 +31,13 @@
 # These are used in scenarios, to include the carryover-defining keys into
 # [endlevel]s and to show the carryover details in the objectives dialog.
 
-#define NEW_GOLD_CARRYOVER PERCENTAGE
-#enddef
-
 #ifdef NEW_GOLD_CARRYOVER_USED
-    #undef NEW_GOLD_CARRYOVER
     #define NEW_GOLD_CARRYOVER PERCENTAGE
         carryover_add=yes
         carryover_percentage={PERCENTAGE}
+    #enddef
+#else
+    #define NEW_GOLD_CARRYOVER PERCENTAGE
     #enddef
 #endif
 


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

Reply via email to