This commit is contained in:
Paul 2001-04-27 20:13:09 +00:00
parent 6c807b17f7
commit 6ba1961499
2 changed files with 98 additions and 11 deletions

View file

@ -188,6 +188,14 @@ protected:
virtual void collidedWith(CThing *_thisThing);
static NPC_PLATFORM_UNIT_TYPE mapEditConvertTable[NPC_PLATFORM_TYPE_MAX];
protected:
virtual void setCollisionAngle(int newAngle); // Actually.. this probly doesn't need to be in the base calss anymore.. :/
void calculateBoundingBoxSize();
};