hedgewars/uGearsList.pas
changeset 15038 01bb1d7ca14f
parent 14969 65be598c64b9
child 15096 eff1a080cf40
--- a/hedgewars/uGearsList.pas	Fri May 24 12:31:30 2019 +0200
+++ b/hedgewars/uGearsList.pas	Fri May 24 14:55:48 2019 +0200
@@ -628,6 +628,8 @@
                     gear^.Timer:= 5000;
                 // Tag for drill strike. if 1 then first impact occured already
                 gear^.Tag := 0;
+                // Pos for state. If 1, drill is drilling
+                gear^.Pos := 0;
                 gear^.Radius:= 4;
                 gear^.Density:= _1;
                 end;