From aafdfa0734b7c5dcea9f0e914ef6c66852b9d3a7 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 12 Mar 2026 01:35:15 +0100 Subject: chore: use globals --- include/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/player.h') diff --git a/include/player.h b/include/player.h index 99a3ce9..b26bc20 100644 --- a/include/player.h +++ b/include/player.h @@ -5,7 +5,7 @@ #include "map.h" -typedef enum { PLAYER_IDLE, PLAYER_WALK, PLAYER_ATTACK } PlayerState; +typedef enum { PLAYER_IDLE, PLAYER_WALK, PLAYER_ATTACK, PLAYER_DIE, PLAYER_FALL } PlayerState; typedef struct { int potions; -- cgit v1.3.1