fix warning
This commit is contained in:
parent
b8dea3c7ec
commit
8a6407b6bc
1 changed files with 0 additions and 1 deletions
|
@ -6069,7 +6069,6 @@ static bool8 ObjectEventOnRightSideStair(struct ObjectEvent *objectEvent, s16 x,
|
|||
|
||||
u8 GetCollisionAtCoords(struct ObjectEvent *objectEvent, s16 x, s16 y, u32 dir)
|
||||
{
|
||||
u8 direction = dir;
|
||||
u8 currentBehavior = MapGridGetMetatileBehaviorAt(objectEvent->currentCoords.x, objectEvent->currentCoords.y);
|
||||
u8 nextBehavior = MapGridGetMetatileBehaviorAt(x, y);
|
||||
u8 collision;
|
||||
|
|
Loading…
Reference in a new issue