diff options
Diffstat (limited to 'engines/lab/graphics.h')
-rw-r--r-- | engines/lab/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lab/graphics.h b/engines/lab/graphics.h index 4a69a599dd..979d73ff17 100644 --- a/engines/lab/graphics.h +++ b/engines/lab/graphics.h @@ -133,6 +133,7 @@ public: int _screenHeight; byte *_displayBuffer; byte *_currentDisplayBuffer; + bool _doNotDrawMessage; }; } // End of namespace Lab |