diff options
| author | Max Horn | 2003-03-28 23:08:36 +0000 | 
|---|---|---|
| committer | Max Horn | 2003-03-28 23:08:36 +0000 | 
| commit | af2e2fff7a1791619504a76695613673bb61714a (patch) | |
| tree | f4d9df7779c5e15a63705739ff2e67fb742bc243 /scumm/akos.cpp | |
| parent | e0a880addbe60f57be441a79db99cc0234eb903e (diff) | |
| download | scummvm-rg350-af2e2fff7a1791619504a76695613673bb61714a.tar.gz scummvm-rg350-af2e2fff7a1791619504a76695613673bb61714a.tar.bz2 scummvm-rg350-af2e2fff7a1791619504a76695613673bb61714a.zip | |
cleanup
svn-id: r6877
Diffstat (limited to 'scumm/akos.cpp')
| -rw-r--r-- | scumm/akos.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 2535d3dafb..dc4b421fb0 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1106,7 +1106,7 @@ void AkosRenderer::akos16DecodeLine(byte *buf, int32 numbytes, int32 dir) {  				} else {  					AKOS16_FILL_BITS()  					akos16.color = ((byte)akos16.bits) & akos16.mask; -					AKOS16_EAT_BITS(akos16.shift)					 +					AKOS16_EAT_BITS(akos16.shift)  					AKOS16_FILL_BITS()  				}  			} else { @@ -1235,7 +1235,7 @@ void AkosRenderer::codec16() {  */  	// Modified by ludde -	if (clip_left < 0) {  +	if (clip_left < 0) {  		skip_x = -clip_left;  		clip_left = 0;  	} | 
