mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 13:23:15 +00:00
Fix #1688
This commit is contained in:
parent
640e28f731
commit
41d0a6b3d8
@ -130,7 +130,7 @@ wesnoth.wml_actions["for"] = function(cfg)
|
|||||||
return wesnoth.get_variable(i_var) > sentinel
|
return wesnoth.get_variable(i_var) > sentinel
|
||||||
else
|
else
|
||||||
sentinel = sentinel + 1
|
sentinel = sentinel + 1
|
||||||
return wesnoth.get_variable(i_var) > sentinel
|
return wesnoth.get_variable(i_var) < sentinel
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
while loop_condition() do
|
while loop_condition() do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user