hedgewars/GSHandlers.inc
changeset 1719 b8a5c7180e48
parent 1714 10de2dcaa34f
child 1736 9ae3cd2204d3
--- a/hedgewars/GSHandlers.inc	Mon Jan 19 15:44:04 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Mon Jan 19 15:44:12 2009 +0000
@@ -2015,10 +2015,6 @@
 	dec(Gear^.Health)
     end;
 
-// Ride of the Valkyries
-// This does actually work, interestingly, if music is turned off
-// However, I'm not actually sure how this works with game state, and some
-// sort of flag specific to the purpose of avoiding duplicate playSounds might be better.  Can't use lastChan reasonably, unfortunately
 if ((HHGear^.Message and gm_LJump) <> 0)
 	and ((Gear^.State and gsttmpFlag) = 0) then
     begin