mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 18:13:52 +00:00
Fixed a little variable name mismatch.
This commit is contained in:
parent
228fac82d5
commit
2469e900fc
@ -281,8 +281,8 @@
|
||||
[move_unit_fake]
|
||||
type=$remaining_orc_leader.type
|
||||
side=$remaining_orc_leader.side
|
||||
x=$remaining_orc_leader.x,$escape_coords_x
|
||||
y=$remaining_orc_leader.y,$escape_coords_y
|
||||
x=$remaining_orc_leader.x,$escape_to_x
|
||||
y=$remaining_orc_leader.y,$escape_to_y
|
||||
[/move_unit_fake]
|
||||
|
||||
[message]
|
||||
|
Loading…
x
Reference in New Issue
Block a user