aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/game_nebular.cpp')
-rw-r--r--engines/mads/nebular/game_nebular.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp
index 76ea1f55de..f452746360 100644
--- a/engines/mads/nebular/game_nebular.cpp
+++ b/engines/mads/nebular/game_nebular.cpp
@@ -146,8 +146,8 @@ void GameNebular::initialiseGlobals() {
break;
}
- _player._direction = 8;
- _player._newDirection = 8;
+ _player._direction = FACING_NORTH;
+ _player._newDirection = FACING_NORTH;
loadResourceSequence("RXM", 1);
loadResourceSequence("ROX", 1);