[Scummvm-cvs-logs] scummvm master -> 9ec28cb27f1f637cc407c6b1b50dc87aece0507f
dreammaster
dreammaster at scummvm.org
Mon Mar 9 02:39:51 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:
9ec28cb27f MADS: Fix trying to walk into corridor from security station
Commit: 9ec28cb27f1f637cc407c6b1b50dc87aece0507f
https://github.com/scummvm/scummvm/commit/9ec28cb27f1f637cc407c6b1b50dc87aece0507f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-08T21:38:28-04:00
Commit Message:
MADS: Fix trying to walk into corridor from security station
Changed paths:
engines/mads/nebular/nebular_scenes3.cpp
diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp
index faf21aa..2ea4760 100644
--- a/engines/mads/nebular/nebular_scenes3.cpp
+++ b/engines/mads/nebular/nebular_scenes3.cpp
@@ -1749,7 +1749,7 @@ void Scene311::actions() {
else if (_checkGuardFl) {
_checkGuardFl = false;
_scene->_kernelMessages.reset();
- _scene->_kernelMessages.addQuote(0xFA, 120, 0);
+ _scene->_kernelMessages.addQuote(250, 0, 240);
} else if (_action.isAction(VERB_SIT_AT, NOUN_DESK))
_scene->_nextSceneId = 320;
else if (_action.isAction(VERB_CLIMB_INTO, NOUN_AIR_VENT)) {
More information about the Scummvm-git-logs
mailing list