aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/player.h')
-rw-r--r--engines/mads/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/player.h b/engines/mads/player.h
index 97fc3e75cd..8127ee293c 100644
--- a/engines/mads/player.h
+++ b/engines/mads/player.h
@@ -42,7 +42,7 @@ enum Facing {
FACING_NORTH = 8, FACING_SOUTH = 2, FACING_EAST = 6, FACING_WEST = 4,
FACING_NORTHEAST = 9, FACING_SOUTHEAST = 3,
FACING_SOUTHWEST = 1, FACING_NORTHWEST = 7,
- FACING_NONE = 5
+ FACING_NONE = 5, FACING_DUMMY = 0
};
class Player {