This commit is contained in:
parent
82fabeb2ed
commit
84c2259a25
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ virtual ~CLayerCollision();
|
|||
|
||||
virtual void shutdown();
|
||||
|
||||
u8 Get(int X,int Y) {return(Map[X+(Y*MapWidth)]);}
|
||||
u8 Get(int X,int Y) {return(Map[X+(Y*MapWidth)]&COLLISION_MASK);}
|
||||
int getHeightFromGround(int _x,int _y,int _maxHeight=32);
|
||||
|
||||
#ifdef __SHOW_COLLISION__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue