aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorStrangerke2012-12-30 19:33:53 +0100
committerStrangerke2012-12-30 19:33:53 +0100
commit17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc (patch)
tree1dc5836a58e4fddfe974e6d3aa6534c244c96944 /engines/hopkins/graphics.cpp
parent3629fd80837035f01dbc475593d97593adee7461 (diff)
downloadscummvm-rg350-17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc.tar.gz
scummvm-rg350-17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc.tar.bz2
scummvm-rg350-17b5a57c6b686a7e1ad12b92c92ab79f8b8035fc.zip
HOPKINS: Remove REDRAW counter, as it's always equal to 0 and therefore useless
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index abe2abe85b..8264b6ba70 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -54,7 +54,6 @@ GraphicsManager::GraphicsManager() {
FADE_LINUX = 0;
_skipVideoLockFl = false;
no_scroll = 0;
- REDRAW = false;
min_x = 0;
min_y = 20;
max_x = SCREEN_WIDTH * 2;