[Scummvm-cvs-logs] scummvm master -> a505ae941c22149c9892470f6b11087f8ececb91

dreammaster dreammaster at scummvm.org
Sun Feb 15 02:46:33 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a505ae941c MADS: Fix picture when picking up timer module


Commit: a505ae941c22149c9892470f6b11087f8ececb91
    https://github.com/scummvm/scummvm/commit/a505ae941c22149c9892470f6b11087f8ececb91
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-02-14T20:44:59-05:00

Commit Message:
MADS: Fix picture when picking up timer module

Changed paths:
    engines/mads/nebular/nebular_scenes1.cpp



diff --git a/engines/mads/nebular/nebular_scenes1.cpp b/engines/mads/nebular/nebular_scenes1.cpp
index ab072c1..7c85fd4 100644
--- a/engines/mads/nebular/nebular_scenes1.cpp
+++ b/engines/mads/nebular/nebular_scenes1.cpp
@@ -1453,7 +1453,7 @@ void Scene103::actions() {
 			_scene->_hotspots.activate(371, false);
 			_vm->_game->_player._visible = true;
 			_vm->_game->_player._stepEnabled = true;
-			_vm->_dialogs->showItem(OBJ_REBREATHER, 805);
+			_vm->_dialogs->showItem(OBJ_TIMER_MODULE, 805);
 			break;
 
 		default:






More information about the Scummvm-git-logs mailing list