[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.83,2.84
Max Horn
fingolfin at users.sourceforge.net
Sat May 10 11:32:01 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: tools descumm-common.cpp,NONE,1.1 descumm.h,1.1,1.2 descumm.cpp,1.33,1.34 descumm6.cpp,1.95,1.96
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.84,2.85
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv26055
Modified Files:
gfx.cpp
Log Message:
oops
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.83
retrieving revision 2.84
diff -u -d -r2.83 -r2.84
--- gfx.cpp 10 May 2003 17:09:20 -0000 2.83
+++ gfx.cpp 10 May 2003 18:31:00 -0000 2.84
@@ -1100,7 +1100,7 @@
}
CHECK_HEAP;
- if (!(_vm->_features & GF_AFTER_V2)) {
+ if (_vm->_features & GF_AFTER_V2) {
// Do nothing here for V2 games - zplane was handled already.
} else if (flag & dbDrawMaskOnAll) {
// Sam & Max uses dbDrawMaskOnAll for things like the inventory
- Previous message: [Scummvm-cvs-logs] CVS: tools descumm-common.cpp,NONE,1.1 descumm.h,1.1,1.2 descumm.cpp,1.33,1.34 descumm6.cpp,1.95,1.96
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.84,2.85
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list