[Scummvm-cvs-logs] scummvm master -> 62c1485df2ab17ab18b377b49055c6fcd6a6b15c

dreammaster dreammaster at scummvm.org
Mon Mar 9 00:52:47 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:
62c1485df2 MADS: Fix flickering message from sitting at ruined security desk


Commit: 62c1485df2ab17ab18b377b49055c6fcd6a6b15c
    https://github.com/scummvm/scummvm/commit/62c1485df2ab17ab18b377b49055c6fcd6a6b15c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-08T19:51:33-04:00

Commit Message:
MADS: Fix flickering message from sitting at ruined security desk

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 61618ff..2febbf6 100644
--- a/engines/mads/nebular/nebular_scenes3.cpp
+++ b/engines/mads/nebular/nebular_scenes3.cpp
@@ -5466,7 +5466,7 @@ void Scene361::actions() {
 		_vm->_dialogs->show(36119);
 	else if (_action.isAction(VERB_SIT_AT, NOUN_DESK)) {
 		_scene->_kernelMessages.reset();
-		_scene->_kernelMessages.addQuote(0xFC, 120, 0);
+		_scene->_kernelMessages.addQuote(252, 0, 120);
 	} else if (_action.isAction(VERB_CLIMB_INTO, NOUN_AIR_VENT)) {
 		if (_globals[kSexOfRex] == REX_FEMALE)
 			handleRoxAction();






More information about the Scummvm-git-logs mailing list