This commit is contained in:
Paul 2001-03-08 21:58:14 +00:00
parent 74b08969ef
commit bf5f222fd8
2 changed files with 108 additions and 49 deletions

View file

@ -24,6 +24,7 @@ virtual void shutdown();
u8 Get(int X,int Y) {return(Map[X+(Y*MapWidth)]&COLLISION_MASK);}
int getHeightFromGround(int _x,int _y,int _maxHeight=32);
int getHeightFromCeiling(int _x,int _y,int _maxHeight=32);
int getCollisionType(int _x,int _y);
#ifdef __SHOW_COLLISION__