summaryrefslogtreecommitdiff
path: root/GameStructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'GameStructures.h')
-rw-r--r--GameStructures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GameStructures.h b/GameStructures.h
index 058d1d6..72958a3 100644
--- a/GameStructures.h
+++ b/GameStructures.h
@@ -41,6 +41,7 @@ typedef struct t_Unit
uint8_t hp;
uint8_t id;
bool dir; // False = up-down; true = left-right
+ bool mirror; // True = down or left; true = up or right
bool walking;
bool alive;
bool selected;