diff options
Diffstat (limited to 'include/game.h')
-rw-r--r-- | include/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index 530ae73..ec44b3e 100644 --- a/include/game.h +++ b/include/game.h @@ -85,7 +85,7 @@ void UpdateGame(float deltaTime); void DrawGame(); void UpdateCurrentSpriteAnimation(Sprite* sprite, float dt); -void DrawEntitySprite(const Sprite* sprite, int spriteIndex); +void DrawEntitySprite(const Entity* e, int spriteIndex); #ifdef BEATEMUP_DEBUG void DebugHighlights(const Entity* e); |