diff options
| author | Travis Howell | 2004-06-27 02:17:56 +0000 | 
|---|---|---|
| committer | Travis Howell | 2004-06-27 02:17:56 +0000 | 
| commit | 4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb (patch) | |
| tree | 8989c87479120b7614c3c107d036a18aab6938b1 | |
| parent | b02221a613e85cfde1830fe3635488f2a66ceabb (diff) | |
| download | scummvm-rg350-4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb.tar.gz scummvm-rg350-4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb.tar.bz2 scummvm-rg350-4ffcdcdf4f3d16e3583920f5b0c844b67871ffeb.zip | |
Remove bad comment
svn-id: r14074
| -rw-r--r-- | scumm/script_v6he.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 3edc6b503c..6cd1b830aa 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -699,7 +699,7 @@ void ScummEngine_v6he::o6_actorOps() {  		a->needRedraw = true;  		a->needBgReset = true;  		break; -	case 225:		// SO_ALWAYS_ZCLIP +	case 225:  		i = pop(); // talkie slot  		warning("o6_actorOps: stub case %d", b);  		break; | 
