svn-id: r26480
This commit is contained in:
Travis Howell 2007-04-15 00:55:16 +00:00
parent aa0f36358b
commit 1c00843f2b
11 changed files with 89 additions and 109 deletions

View file

@ -970,7 +970,7 @@ void AGOSEngine::printScroll() {
VC10_state state;
VgaPointersEntry *vpe = &_vgaBufferPointers[1];
state.depack_src = vpe->vgaFile2 + READ_BE_UINT32(vpe->vgaFile2 + 9 * 8);
state.srcPtr = vpe->vgaFile2 + READ_BE_UINT32(vpe->vgaFile2 + 9 * 8);
state.palette = 0;
state.x = 10;