diff options
| author | Travis Howell | 2005-04-26 07:44:14 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-04-26 07:44:14 +0000 | 
| commit | e61728168d9b4eefb0626d6a81b5812a7b379737 (patch) | |
| tree | 0929fb3b17ba99d9a6f46361ece9b70e4a0b7ae8 | |
| parent | 2df1161e0c5f896e9bb9c2215cc4d30e0a3c12e1 (diff) | |
| download | scummvm-rg350-e61728168d9b4eefb0626d6a81b5812a7b379737.tar.gz scummvm-rg350-e61728168d9b4eefb0626d6a81b5812a7b379737.tar.bz2 scummvm-rg350-e61728168d9b4eefb0626d6a81b5812a7b379737.zip  | |
Always skip smacker files in HE games.
svn-id: r17807
| -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 5d0df8b2c0..3d1fc27341 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -569,7 +569,7 @@ void ScummEngine_v90he::o90_getSmackerData() {  		error("o90_getSmackerData: unhandled case %d", subOp);  	} -	push(0); +	push(-1);  	debug(0,"o90_getSmackerData stub (%d)", subOp);  }  | 
