aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-17 01:25:06 +0000
committerEugene Sandulenko2006-01-17 01:25:06 +0000
commit61a7d3a8ad44fc3b6517bcaba1d14f19372e587d (patch)
tree8e76ab9f14d995b6b672d30529546522d0504525
parentf04467bc19bc45d7758cc3e5e82851d47cad8807 (diff)
downloadscummvm-rg350-61a7d3a8ad44fc3b6517bcaba1d14f19372e587d.tar.gz
scummvm-rg350-61a7d3a8ad44fc3b6517bcaba1d14f19372e587d.tar.bz2
scummvm-rg350-61a7d3a8ad44fc3b6517bcaba1d14f19372e587d.zip
Patch from md5 to fix bug #1336334: "GOB: screen jumbled after typing in level
passwords" svn-id: r20065
-rw-r--r--gob/draw.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gob/draw.cpp b/gob/draw.cpp
index 8ca6f918ce..b935a47571 100644
--- a/gob/draw.cpp
+++ b/gob/draw.cpp
@@ -295,11 +295,6 @@ void Draw::blitCursor(void) {
return;
_cursorIndex = -1;
- if (_cursorX + _cursorWidth > 320)
- _cursorWidth = 320 - _cursorX;
-
- if (_cursorY + _cursorHeight > 200)
- _cursorHeight = 200 - _cursorY;
if (_noInvalidated) {
_vm->_video->drawSprite(_backSurface, _frontSurface,