diff options
| author | Vincent Hamm | 2002-07-11 18:54:16 +0000 | 
|---|---|---|
| committer | Vincent Hamm | 2002-07-11 18:54:16 +0000 | 
| commit | 362333fa4196f9dd899fed68c3c013ec7fe7529b (patch) | |
| tree | 975ab6e5eb6f0dee5475816b638323a37c9cd555 | |
| parent | 9dc2331f32c637ce7aa552f67ffe904dca3cae55 (diff) | |
| download | scummvm-rg350-362333fa4196f9dd899fed68c3c013ec7fe7529b.tar.gz scummvm-rg350-362333fa4196f9dd899fed68c3c013ec7fe7529b.tar.bz2 scummvm-rg350-362333fa4196f9dd899fed68c3c013ec7fe7529b.zip | |
Fixed the akos missposition bug when entering the nexus in dig
svn-id: r4515
| -rw-r--r-- | akos.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -903,7 +903,7 @@ void AkosRenderer::codec5()  	_vm->updateDirtyRect(0, left, right + 1, top, bottom + 1, 1 << dirty_id);  	bdd.dataptr = srcptr; -	bdd.out = vs->screenPtr; +	bdd.out = outptr;  	bdd.outheight = outheight;  	bdd.outwidth = outwidth;  	bdd.scale_x = 0xFF; | 
