Fix typo
authorunC0Rr
Tue, 22 Mar 2016 12:09:26 +0300
changeset 11613 66880a42c2d7
parent 11612 b7d5d75469ee
child 11614 3c959df6638e
Fix typo
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