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 69c896a1f8..d8b00bcf54 100644
--- a/engines/mads/nebular/game_nebular.cpp
+++ b/engines/mads/nebular/game_nebular.cpp
@@ -232,8 +232,8 @@ void GameNebular::initialiseGlobals() {
_player._facing = FACING_NORTH;
_player._turnToFacing = FACING_NORTH;
- loadResourceSequence("RXM", 1);
- loadResourceSequence("ROX", 1);
+ Player::preloadSequences("RXM", 1);
+ Player::preloadSequences("ROX", 1);
}
void GameNebular::setSectionHandler() {