[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.261,2.262
Max Horn
fingolfin at users.sourceforge.net
Thu Jan 8 13:59:00 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.260,2.261
- Next message: [Scummvm-cvs-logs] CVS: scummvm/queen command.cpp,1.53,1.54 cutaway.cpp,1.106,1.107 graphics.cpp,1.74,1.75 graphics.h,1.57,1.58 logic.cpp,1.164,1.165 logic.h,1.107,1.108 talk.cpp,1.72,1.73 xref.txt,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv16955
Modified Files:
gfx.cpp
Log Message:
oops
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.261
retrieving revision 2.262
diff -u -d -r2.261 -r2.262
--- gfx.cpp 8 Jan 2004 21:44:03 -0000 2.261
+++ gfx.cpp 8 Jan 2004 21:58:46 -0000 2.262
@@ -570,8 +570,8 @@
int offset = rect.top * vs->width + vs->xstart + rect.left;
backbuff = vs->screenPtr + offset;
- const int height = rect.height();
- const int width = rect.width();
+ int height = rect.height();
+ int width = rect.width();
if (vs->hasTwoBuffers && _currentRoom != 0 && isLightOn()) {
blit(backbuff, vs->backBuf + offset, width, height);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.260,2.261
- Next message: [Scummvm-cvs-logs] CVS: scummvm/queen command.cpp,1.53,1.54 cutaway.cpp,1.106,1.107 graphics.cpp,1.74,1.75 graphics.h,1.57,1.58 logic.cpp,1.164,1.165 logic.h,1.107,1.108 talk.cpp,1.72,1.73 xref.txt,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list