From 74e8ba5b362e346c33c2e9ce1f8d5d94aaccad0f Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 30 May 2001 15:04:41 +0000 Subject: [PATCH] --- source/thing/thing.h | 3 +++ 1 file changed, 3 insertions(+) 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; }