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

Strangerke arnaud.boutonne at gmail.com
Sat Apr 16 19:41:43 CEST 2011


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:
bec42f78b7 HUGO: Remove debug message


Commit: bec42f78b7e6ff36e1896d1dde7060f935b723e7
    https://github.com/scummvm/scummvm/commit/bec42f78b7e6ff36e1896d1dde7060f935b723e7
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-16T10:40:59-07:00

Commit Message:
HUGO: Remove debug message

Changed paths:
    engines/hugo/schedule.cpp



diff --git a/engines/hugo/schedule.cpp b/engines/hugo/schedule.cpp
index 6ce3ef2..ca15839 100644
--- a/engines/hugo/schedule.cpp
+++ b/engines/hugo/schedule.cpp
@@ -1538,10 +1538,8 @@ void Scheduler_v1d::promptAction(act *action) {
 	char resp[256];
 	strncpy(resp, response.c_str(), 256);
 
-	if (action->a3.encodedFl) {
-		warning("Encrypted flag set");
+	if (action->a3.encodedFl)
 		decodeString(resp);
-	}
 
 	if (strstr(resp, _vm->_file->fetchString(action->a3.responsePtr[0])))
 		insertActionList(action->a3.actPassIndex);






More information about the Scummvm-git-logs mailing list