This commit is contained in:
parent
74b08969ef
commit
bf5f222fd8
2 changed files with 108 additions and 49 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue