aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-06 17:50:56 -0400
committerPaul Gilbert2014-04-06 17:50:56 -0400
commitbd11534499ef169700b0ddb450cc93cff434be6b (patch)
treed34587fdb7c05f69dea2d12f4a63690790336f74
parent4e13e74f2774a182b82abe6aa9400c5098bac4d9 (diff)
downloadscummvm-rg350-bd11534499ef169700b0ddb450cc93cff434be6b.tar.gz
scummvm-rg350-bd11534499ef169700b0ddb450cc93cff434be6b.tar.bz2
scummvm-rg350-bd11534499ef169700b0ddb450cc93cff434be6b.zip
MADS: Fix incorrect look description in scene 103
-rw-r--r--engines/mads/nebular/nebular_scenes1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes1.cpp b/engines/mads/nebular/nebular_scenes1.cpp
index 775f814999..f56f5d3fe8 100644
--- a/engines/mads/nebular/nebular_scenes1.cpp
+++ b/engines/mads/nebular/nebular_scenes1.cpp
@@ -289,7 +289,7 @@ void Scene103::actions() {
_scene->_hotspots.activate(371, false);
_vm->_game->_player._visible = true;
_vm->_game->_player._stepEnabled = true;
- _vm->_dialogs->showPicture(OBJ_REBREATHER, 804);
+ _vm->_dialogs->showPicture(OBJ_REBREATHER, 805);
break;
default: