This commit is contained in:
parent
46b8e6b4da
commit
74e8ba5b36
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ virtual ~CThing() {;}
|
||||||
|
|
||||||
virtual void initDef()
|
virtual void initDef()
|
||||||
{
|
{
|
||||||
|
Pos.vx=0; Pos.vy=0;
|
||||||
|
PosDelta=Pos;
|
||||||
|
PosLast=Pos;
|
||||||
m_isShuttingDown=false;
|
m_isShuttingDown=false;
|
||||||
NextFreeThing=0;
|
NextFreeThing=0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue