summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 2d563f0..6883f76 100644
--- a/src/game.h
+++ b/src/game.h
@@ -6,6 +6,7 @@ enum { MAX_ENTITIES = 128 };
typedef struct Game {
unsigned long uuid;
int queue_next_scene;
+ int queue_previous_scene;
int queue_restart_scene;
Entity entities[MAX_ENTITIES];
} Game;