[Scummvm-cvs-logs] scummvm master -> 8918d5e66c09b1c06b49b068eda17fe6c97c79ce

wjp wjp at usecode.org
Sun Mar 13 00:28:21 CET 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:
8918d5e66c SCI: Fix warning


Commit: 8918d5e66c09b1c06b49b068eda17fe6c97c79ce
    https://github.com/scummvm/scummvm/commit/8918d5e66c09b1c06b49b068eda17fe6c97c79ce
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-03-12T15:27:28-08:00

Commit Message:
SCI: Fix warning

Changed paths:
    engines/sci/console.cpp



diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index b11aab0..5c7feb3 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -2607,7 +2607,6 @@ bool Console::cmdDisassemble(int argc, const char **argv) {
 	reg_t objAddr = NULL_REG;
 	bool printBytecode = false;
 	bool printBWTag = false;
-	int ignoreXret = 0;
 
 	if (parse_reg_t(_engine->_gamestate, argv[1], &objAddr, false)) {
 		DebugPrintf("Invalid address passed.\n");






More information about the Scummvm-git-logs mailing list