aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/graphics.cpp
diff options
context:
space:
mode:
authorjohndoe1232012-11-14 18:09:46 +0000
committerWillem Jan Palenstijn2013-05-08 20:47:38 +0200
commit1b9807b312172b0cb31b2eb83b8afc5fd23f97f5 (patch)
treeb96bc7f65abf597d45176a4c6fc89ffc3ac5478d /engines/neverhood/graphics.cpp
parent370f00e808a907f940169ce28e4c391e45b4c2f0 (diff)
downloadscummvm-rg350-1b9807b312172b0cb31b2eb83b8afc5fd23f97f5.tar.gz
scummvm-rg350-1b9807b312172b0cb31b2eb83b8afc5fd23f97f5.tar.bz2
scummvm-rg350-1b9807b312172b0cb31b2eb83b8afc5fd23f97f5.zip
NEVERHOOD: Remove more old comments
- Add the remaining idle stuff to Klayman
Diffstat (limited to 'engines/neverhood/graphics.cpp')
-rw-r--r--engines/neverhood/graphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/neverhood/graphics.cpp b/engines/neverhood/graphics.cpp
index 81cec9f46d..2a8f543587 100644
--- a/engines/neverhood/graphics.cpp
+++ b/engines/neverhood/graphics.cpp
@@ -34,7 +34,6 @@ BaseSurface::BaseSurface(NeverhoodEngine *vm, int priority, int16 width, int16 h
_drawRect.y = 0;
_drawRect.width = width;
_drawRect.height = height;
- // TODO: Check if _sysRect is needed at all in the reimplementation...
_sysRect.x = 0;
_sysRect.y = 0;
_sysRect.width = (width + 3) & 0xFFFC; // align by 4 bytes