[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.45,1.46
James Brown
ender at users.sourceforge.net
Sat Mar 9 04:13:04 CET 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv6057
Modified Files:
gfx.cpp
Log Message:
Hacky workaround to make Indy3 intro not display garbage :)
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** gfx.cpp 9 Mar 2002 09:15:34 -0000 1.45
--- gfx.cpp 9 Mar 2002 12:12:54 -0000 1.46
***************
*** 952,955 ****
--- 952,957 ----
_scrHeight);
}
+ if (_currentRoom == 79 && _gameID = GID_INDY3_256) // FIXME: Indy3 workaround
+ _curVirtScreen->height = 136;
gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource)+_IM00_offs,
More information about the Scummvm-git-logs
mailing list