share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua
changeset 12514 d89dabfd07ce
parent 12468 d652c6f5d5f1
child 12539 19192a3cb674
equal deleted inserted replaced
12513:d90db45a0c4f 12514:d89dabfd07ce
   222 
   222 
   223 ------------------ Other Functions -------------------
   223 ------------------ Other Functions -------------------
   224 
   224 
   225 function startFlying()
   225 function startFlying()
   226 	AnimSwitchHog(ally.gear)
   226 	AnimSwitchHog(ally.gear)
   227 	TurnTimeLeft = 0
   227 	EndTurn(true)
   228 	challengeStarted = true
   228 	challengeStarted = true
   229 end
   229 end
   230 
   230 
   231 function placeNextWaypoint()
   231 function placeNextWaypoint()
   232 	if currentWaypoint > 1 then
   232 	if currentWaypoint > 1 then