[Scummvm-cvs-logs] CVS: scummvm/gob draw.cpp,1.19,1.20
Eugene Sandulenko
sev at users.sourceforge.net
Mon Jan 16 17:26:01 CET 2006
Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16546
Modified Files:
draw.cpp
Log Message:
Patch from md5 to fix bug #1336334: "GOB: screen jumbled after typing in level
passwords"
Index: draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/draw.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- draw.cpp 9 Jan 2006 16:10:22 -0000 1.19
+++ draw.cpp 17 Jan 2006 01:25:06 -0000 1.20
@@ -295,11 +295,6 @@
return;
_cursorIndex = -1;
- if (_cursorX + _cursorWidth > 320)
- _cursorWidth = 320 - _cursorX;
-
- if (_cursorY + _cursorHeight > 200)
- _cursorHeight = 200 - _cursorY;
if (_noInvalidated) {
_vm->_video->drawSprite(_backSurface, _frontSurface,
More information about the Scummvm-git-logs
mailing list