# HG changeset patch # User unC0Rr # Date 1458637766 -10800 # Node ID 66880a42c2d79986d3207e46526ee65d2d348b48 # Parent b7d5d75469ee92e6f1c5f68986784cbb6751e3d3 Fix typo diff -r b7d5d75469ee -r 66880a42c2d7 share/hedgewars/Data/Maps/ClimbHome/map.lua --- a/share/hedgewars/Data/Maps/ClimbHome/map.lua Sun Mar 20 03:08:51 2016 -0400 +++ b/share/hedgewars/Data/Maps/ClimbHome/map.lua Tue Mar 22 12:09:26 2016 +0300 @@ -61,7 +61,7 @@ if params["delaytime"] ~= nil then delayTime = params["delaytime"] end - if params["delaytime"] ~= nil then + if params["delayheight"] ~= nil then delayHeight = 32768-params["delayheight"] end if params["nocake"] ~= nil then addCake = false end