diff options
Diffstat (limited to 'player.h')
-rw-r--r-- | player.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ struct World; typedef struct { int entity; int face; - int ldx, ldy; + int ldx, ldy, sdx, sdy; int shoot_cooldown; int shoot_countdown; int hp; |