Remove deprecated comment
authorunc0rr
Mon, 19 Jan 2009 15:44:12 +0000
changeset 1719 b8a5c7180e48
parent 1718 659b214ba777
child 1720 220faa4fa922
Remove deprecated comment
hedgewars/GSHandlers.inc
--- 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