diff options
-rw-r--r-- | gob/draw.cpp | 5 |
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, |