changeset 13989 | 817dc8b67b0d |
parent 13856 | f01798038c2e |
child 13993 | c28a4f76d37d |
--- 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