equal
deleted
inserted
replaced
661 loc("Touch all waypoints as fast as you can!"), |
661 loc("Touch all waypoints as fast as you can!"), |
662 2, 4000) |
662 2, 4000) |
663 end |
663 end |
664 |
664 |
665 function onGameStart() |
665 function onGameStart() |
666 SendGameResultOff() |
666 if ClansCount >= 2 then |
667 SendRankingStatsOff() |
667 SendGameResultOff() |
668 SendHealthStatsOff() |
668 SendRankingStatsOff() |
669 SendAchievementsStatsOff() |
669 SendHealthStatsOff() |
|
670 SendAchievementsStatsOff() |
|
671 end |
670 |
672 |
671 SetSoundMask(sndIncoming, true) |
673 SetSoundMask(sndIncoming, true) |
672 SetSoundMask(sndMissed, true) |
674 SetSoundMask(sndMissed, true) |
673 |
675 |
674 roundN = 0 |
676 roundN = 0 |