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

@ -435,7 +435,7 @@ void AGOSEngine::dumpBitmap(const char *filename, const byte *offs, int w, int h
VC10_state state;
state.depack_cont = -0x80;
state.depack_src = offs;
state.srcPtr = offs;
state.dh = h;
state.y_skip = 0;