diff -r cde9920150c6 -r 817dc8b67b0d hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Fri Oct 26 15:48:52 2018 +0200 +++ b/hedgewars/uGearsList.pas Fri Oct 26 15:52:07 2018 +0200 @@ -733,6 +733,7 @@ gear^.Health:= 1000; gear^.Radius:= 8; gear^.Density:= _0; + gear^.Tag:= 0; // sound state: 0 = no sound, 1 = ice beam sound, 2 = idle sound end; gtCreeper: begin // TODO: Finish creeper initialization implementation