aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-22 18:21:18 -0500
committerPaul Gilbert2014-02-22 18:21:18 -0500
commit6b774d228495e2dc9de08520a3064889d439335d (patch)
tree49678151bb3fb3042420e2c8c43d313fc674d8ae /engines/mads/dialogs.h
parent6c354bccf253118d459f92f16d8f702ae07806fb (diff)
downloadscummvm-rg350-6b774d228495e2dc9de08520a3064889d439335d.tar.gz
scummvm-rg350-6b774d228495e2dc9de08520a3064889d439335d.tar.bz2
scummvm-rg350-6b774d228495e2dc9de08520a3064889d439335d.zip
MADS: Copy protection dialog is starting to be displayed
Diffstat (limited to 'engines/mads/dialogs.h')
-rw-r--r--engines/mads/dialogs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/dialogs.h b/engines/mads/dialogs.h
index 407f6d38bf..163d66ed51 100644
--- a/engines/mads/dialogs.h
+++ b/engines/mads/dialogs.h
@@ -99,6 +99,11 @@ private:
* Append text to the currently end line.
*/
void appendLine(const Common::String &line);
+
+ /**
+ * Clean up after finishing displaying the dialog
+ */
+ void restorePalette();
protected:
Common::String _fontName;
int _innerWidth;