diff options
| -rw-r--r-- | scumm/script_v90he.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 1e453ccd06..3ce0203acf 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -2620,7 +2620,7 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {  		_wiz->_rectOverrideEnabled = false;  		break;  	case 714: -		debug(0, "type %d resId %d unk1 %d", args[1], args[2], args[3]); +		debug(0, "o90_kernelSetFunctions: case 714: type %d resId %d unk1 %d", args[1], args[2], args[3]);  		break;  	case 1492:  		_sprite->setSpriteFlagDoubleBuffered(args[1], args[2]);  | 
