Author: esr
Date: Thu Oct 23 04:28:41 2008
New Revision: 30324
URL: http://svn.gna.org/viewcvs/wesnoth?rev=30324&view=rev
Log:
One-line correction to previous diff (formula AI merge).
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=30324&r1=30323&r2=30324&view=diff
==============================================================================
--- trunk/src/formula_ai.cpp (original)
+++ trunk/src/formula_ai.cpp Thu Oct 23 04:28:41 2008
@@ -1453,8 +1453,8 @@
{
ai_interface* fallback = create_ai("",
get_info());
fallback->play_turn();
- return;
- }
+ }
+ return;
}
// Otherwise, make the best scoring move
game_logic::map_formula_callable callable(this);
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits