share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 12913 20e627c1ac20
parent 12827 b7453ae2c44d
child 13023 acba432d34b1
--- a/share/hedgewars/Data/Maps/ClimbHome/map.lua	Wed Feb 07 03:50:38 2018 +0100
+++ b/share/hedgewars/Data/Maps/ClimbHome/map.lua	Wed Feb 07 03:56:53 2018 +0100
@@ -449,8 +449,7 @@
                 SendStat(siCustomAchievement, string.format(loc("%s (%s) reached home in %.3f seconds."), GetHogName(CurrentHedgehog), GetHogTeamName(CurrentHedgehog), finishTime))
                 makeMultiPlayerWinnerStat(CurrentHedgehog)
                 PlaySound(sndVictory, CurrentHedgehog)
-                -- TODO: Unselect weapon.
-                -- Note: SetWeapon(amNothing) does not work. :-(
+		SetWeapon(amNothing)
                 SetGearMessage(CurrentHedgehog, band(GetGearMessage(CurrentHedgehog), bnot(gmLeft+gmRight+gmUp+gmDown+gmHJump+gmLJump+gmPrecise)))
                 SetInputMask(0x00)
                 -- TODO: Add stupid winner grin.