aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r--engines/mads/nebular/nebular_scenes1.cpp2
-rw-r--r--engines/mads/nebular/nebular_scenes8.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/nebular_scenes1.cpp b/engines/mads/nebular/nebular_scenes1.cpp
index d684f02c84..cdc754702c 100644
--- a/engines/mads/nebular/nebular_scenes1.cpp
+++ b/engines/mads/nebular/nebular_scenes1.cpp
@@ -117,7 +117,7 @@ void Scene103::enter() {
_globals._spriteIndexes[17], SM_FRAME_INDEX, 2, 72);
_globals._spriteIndexes[19] = _scene->_sequences.addSubEntry(
_globals._spriteIndexes[17], SM_FRAME_INDEX, 2, 72);
- int idx = _scene->_sequences.addSubEntry(_globals._spriteIndexes[17],
+ _scene->_sequences.addSubEntry(_globals._spriteIndexes[17],
SM_FRAME_INDEX, 2, 73);
_globals._spriteIndexes[23] = _scene->_sequences.addSpriteCycle(
diff --git a/engines/mads/nebular/nebular_scenes8.cpp b/engines/mads/nebular/nebular_scenes8.cpp
index 7bc1af9298..2aa65d90f0 100644
--- a/engines/mads/nebular/nebular_scenes8.cpp
+++ b/engines/mads/nebular/nebular_scenes8.cpp
@@ -138,7 +138,7 @@ void Scene804::enter() {
Scene8xx::enter1();
if (_globals[165] && !_globals[164]) {
- _scene->_interface.setup(2);
+ _scene->_userInterface.setup(2);
_vm->_sound->command(19);
}
}