diff --git a/source/thing/thing.h b/source/thing/thing.h index 49ceccae0..35350629a 100644 --- a/source/thing/thing.h +++ b/source/thing/thing.h @@ -127,6 +127,9 @@ virtual ~CThing() {;} virtual void initDef() { + Pos.vx=0; Pos.vy=0; + PosDelta=Pos; + PosLast=Pos; m_isShuttingDown=false; NextFreeThing=0; }