changeset 15002 | 3ed1cbd31754 |
parent 14932 | ff4003a90ff8 |
15001:1a05a1929e2c | 15002:3ed1cbd31754 |
---|---|
214 if GetGearType(gear) == gtJetpack then |
214 if GetGearType(gear) == gtJetpack then |
215 HideMission() |
215 HideMission() |
216 end |
216 end |
217 end |
217 end |
218 |
218 |
219 function onPreciseLocal() |
219 function onPrecise() |
220 if GameTime > 3000 then |
220 if GameTime > 3000 then |
221 SetAnimSkip(true) |
221 SetAnimSkip(true) |
222 end |
222 end |
223 end |
223 end |
224 |
224 |