Author: soliton
Date: Tue Mar 31 04:24:45 2009
New Revision: 34322
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34322&view=rev
Log:
removed spurious character; fixes bug #13296: Assertion failure and abort in
Caverns of Flame scenario
asserting on invalid move_unit_fake coordinates is still a bad idea though and
should be changed
Modified:
branches/1.6/data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
Modified:
branches/1.6/data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg?rev=34322&r1=34321&r2=34322&view=diff
==============================================================================
---
branches/1.6/data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
(original)
+++
branches/1.6/data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
Tue Mar 31 04:24:45 2009
@@ -949,8 +949,8 @@
variable=krawg
kill=yes
[/store_unit]
- {VARIABLE_OP move_x format (|$krawg.x|,18)}
- {VARIABLE_OP move_y format (|$krawg.y|,23)}
+ {VARIABLE_OP move_x format ($krawg.x|,18)}
+ {VARIABLE_OP move_y format ($krawg.y|,23)}
[move_unit_fake]
type=$krawg.type
side=$krawg.side
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits