Author: dragonking
Date: Tue Jun 23 18:06:18 2009
New Revision: 36364

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36364&view=rev
Log:
Fixed bug #13445

Modified:
    trunk/src/formula.cpp

Modified: trunk/src/formula.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula.cpp?rev=36364&r1=36363&r2=36364&view=diff
==============================================================================
--- trunk/src/formula.cpp (original)
+++ trunk/src/formula.cpp Tue Jun 23 18:06:18 2009
@@ -706,8 +706,8 @@
                        if( ( !operator_group ) && (op == NULL || 
operator_precedence(*op) >=
                                                         
operator_precedence(*i)) ) {
                                op = i;
-                               operator_group = true;
-                       }
+                       }
+                        operator_group = true;
                } else {
                        operator_group = false;
                }


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

Reply via email to