# HG changeset patch # User nemo # Date 1383161117 14400 # Node ID c97e8ecc7457118e963d0290e96421aacd7ca3fe # Parent 2d8cae3c0855a0e657bf729a806c234095466027 this isn't pascal diff -r 2d8cae3c0855 -r c97e8ecc7457 share/hedgewars/Data/Maps/TrophyRace/map.lua --- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Wed Oct 30 15:13:17 2013 -0400 +++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Wed Oct 30 15:25:17 2013 -0400 @@ -73,7 +73,7 @@ end function onGameTick20() - if startTime = 0 and TurnTimeLeft < maxtime then + if startTime == 0 and TurnTimeLeft < maxtime then startTime = GameTime end if CurrentHedgehog ~= nil and TurnTimeLeft <= 20 and TurnTimeLeft > 0 then