equal
deleted
inserted
replaced
695 loc("Touch all waypoints as fast as you can!"), |
695 loc("Touch all waypoints as fast as you can!"), |
696 2, 4000) |
696 2, 4000) |
697 end |
697 end |
698 |
698 |
699 function onGameStart() |
699 function onGameStart() |
700 SendGameResultOff() |
700 if ClansCount >= 2 then |
701 SendRankingStatsOff() |
701 SendGameResultOff() |
702 SendHealthStatsOff() |
702 SendRankingStatsOff() |
703 SendAchievementsStatsOff() |
703 SendHealthStatsOff() |
|
704 SendAchievementsStatsOff() |
|
705 end |
704 |
706 |
705 SetSoundMask(sndIncoming, true) |
707 SetSoundMask(sndIncoming, true) |
706 SetSoundMask(sndMissed, true) |
708 SetSoundMask(sndMissed, true) |
707 |
709 |
708 roundN = 0 |
710 roundN = 0 |