More usage of DISPLAY constants
This commit is contained in:
@@ -684,7 +684,7 @@ static void SpriteCB_HikerGoingUp(struct Sprite *sprite)
|
||||
break;
|
||||
}
|
||||
|
||||
if (sprite->pos1.y > 160)
|
||||
if (sprite->pos1.y > DISPLAY_HEIGHT)
|
||||
DestroySprite(sprite);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user