[Scummvm-cvs-logs] CVS: scummvm/saga sthread.cpp,1.77,1.78

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Mon Apr 11 08:34:42 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22022

Modified Files:
	sthread.cpp 
Log Message:
Slightly more informative error message. (I get this if I try to speak to
one of the faire animals. I believe it's the one the original source code
calls "FaireRam - 65", but I haven't verified that.)


Index: sthread.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sthread.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- sthread.cpp	3 Apr 2005 17:23:02 -0000	1.77
+++ sthread.cpp	11 Apr 2005 15:34:13 -0000	1.78
@@ -691,10 +691,8 @@
 		debug(8, operandName);
 		_vm->_console->DebugPrintf("%s\n", operandName);
 
-		
 		if (thread->_flags & (kTFlagFinished | kTFlagAborted)) {
-			error("Wrong flags in thread");			
-			
+			error("Wrong flags %d in thread", thread->_flags);
 		} 
 
 		// Set instruction offset only if a previous instruction didn't branch





More information about the Scummvm-git-logs mailing list