aboutsummaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.h b/player.h
index 86a0426..1025eb8 100644
--- a/player.h
+++ b/player.h
@@ -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;