mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 04:17:20 +00:00
parent
75d125d070
commit
3b9a0fdb15
@ -1475,9 +1475,9 @@ function wml_actions.endlevel(cfg)
|
||||
local there_is_a_local_human_defeat = false
|
||||
local bool_int = function(b)
|
||||
if b == true then
|
||||
return 0
|
||||
elseif b == false then
|
||||
return 1
|
||||
elseif b == false then
|
||||
return 0
|
||||
else
|
||||
return b
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user