Author: dragonking
Date: Fri Apr  3 00:16:26 2009
New Revision: 34413

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34413&view=rev
Log:
Ported r34412 to 1.6

Modified:
    branches/1.6/src/formula_ai.cpp

Modified: branches/1.6/src/formula_ai.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/formula_ai.cpp?rev=34413&r1=34412&r2=34413&view=diff
==============================================================================
--- branches/1.6/src/formula_ai.cpp (original)
+++ branches/1.6/src/formula_ai.cpp Fri Apr  3 00:16:26 2009
@@ -1690,6 +1690,8 @@
 std::string formula_ai::evaluate(const std::string& formula_str)
 {
        try{
+                move_maps_valid_ = false;
+
                game_logic::formula f(formula_str, &function_table);
 
                game_logic::map_formula_callable callable(this);


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

Reply via email to