mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 18:13:29 +00:00
Fix bug noted by zookeeper.
This commit is contained in:
parent
f605afa332
commit
7ffdd45d16
@ -78,7 +78,7 @@
|
||||
y=1
|
||||
[/store_locations]
|
||||
[set_variable]
|
||||
name=${XSIZE_NAME}
|
||||
name={XSIZE_NAME}
|
||||
value=$GET_MAP_temp.length
|
||||
[/set_variable]
|
||||
[clear_variable]
|
||||
@ -89,10 +89,11 @@
|
||||
x=1
|
||||
[/store_locations]
|
||||
[set_variable]
|
||||
name=${YSIZE_NAME}
|
||||
name={YSIZE_NAME}
|
||||
value=$GET_MAP_temp.length
|
||||
[/set_variable]
|
||||
[clear_variable]
|
||||
name=GET_MAP_temp
|
||||
[/clear_variable]
|
||||
#enddef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user