This commit is contained in:
Paul 2001-04-11 20:59:16 +00:00
parent 5ea56903c9
commit 65d028c0b3
3 changed files with 7 additions and 6 deletions

View file

@ -380,9 +380,6 @@ void CThing::think(int _frames)
PosDelta.vx=Pos.vx-PosLast.vx;
PosDelta.vy=Pos.vy-PosLast.vy;
PosLast=Pos;
//m_collisionAngle += 1;
//m_collisionAngle &= 4095;
}
/*----------------------------------------------------------------------