diff options
author | Paul Gilbert | 2014-04-06 17:50:56 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-04-06 17:50:56 -0400 |
commit | bd11534499ef169700b0ddb450cc93cff434be6b (patch) | |
tree | d34587fdb7c05f69dea2d12f4a63690790336f74 /engines/mads | |
parent | 4e13e74f2774a182b82abe6aa9400c5098bac4d9 (diff) | |
download | scummvm-rg350-bd11534499ef169700b0ddb450cc93cff434be6b.tar.gz scummvm-rg350-bd11534499ef169700b0ddb450cc93cff434be6b.tar.bz2 scummvm-rg350-bd11534499ef169700b0ddb450cc93cff434be6b.zip |
MADS: Fix incorrect look description in scene 103
Diffstat (limited to 'engines/mads')
-rw-r--r-- | engines/mads/nebular/nebular_scenes1.cpp | 2 |
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: |