Author: soliton
Date: Tue Sep 16 22:07:54 2008
New Revision: 29500

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29500&view=rev
Log:
fix a warning

Modified:
    trunk/src/formula_ai.cpp

Modified: trunk/src/formula_ai.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_ai.cpp?rev=29500&r1=29499&r2=29500&view=diff
==============================================================================
--- trunk/src/formula_ai.cpp (original)
+++ trunk/src/formula_ai.cpp Tue Sep 16 22:07:54 2008
@@ -1612,8 +1612,9 @@
                        return false;
                } else {
                        //this information is unneded when evaluating formulas 
form commandline
-                       if (!commandline)
+                       if (!commandline) {
                                LOG_AI << "UNRECOGNIZED MOVE: " << 
i->to_debug_string() << "\n";
+                       }
                }
        }
 


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

Reply via email to