aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-02 02:53:30 +0100
committerEugene Sandulenko2016-01-02 02:53:30 +0100
commit8d6e8118423088ba5c126e2cedf79bb3f41492f6 (patch)
tree1a6aed2521dbb0075c0c023233cd0f27ba785367 /engines/wage/gui.h
parent31e4f810c6b9a3d8ab7b202f4ceb73f699e38d08 (diff)
downloadscummvm-rg350-8d6e8118423088ba5c126e2cedf79bb3f41492f6.tar.gz
scummvm-rg350-8d6e8118423088ba5c126e2cedf79bb3f41492f6.tar.bz2
scummvm-rg350-8d6e8118423088ba5c126e2cedf79bb3f41492f6.zip
WAGE: Redraw Gui parts on demand
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index dc04e90c17..2fa9e7ab27 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -84,7 +84,9 @@ private:
Graphics::Surface _console;
Scene *_scene;
bool _sceneDirty;
+ bool _consoleDirty;
bool _bordersDirty;
+ bool _menuDirty;
Common::StringArray _out;
Common::StringArray _lines;