this isn't pascal
authornemo
Wed, 30 Oct 2013 15:25:17 -0400
changeset 9658 c97e8ecc7457
parent 9657 2d8cae3c0855
child 9659 e9c00dd31b07
this isn't pascal
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