Cleanup.
svn-id: r26480
This commit is contained in:
parent
aa0f36358b
commit
1c00843f2b
11 changed files with 89 additions and 109 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue