aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-27 21:04:27 -0400
committerPaul Gilbert2014-03-27 21:04:27 -0400
commit377cbbe77d5c7f16aba086e4fb1707de843ddc1a (patch)
tree3a4d2e0e2df86cc4eef9f1373b27c17363984c81 /engines/mads/dialogs.h
parent103e87b4049f05a5f7901110c9a685a435f60c2b (diff)
downloadscummvm-rg350-377cbbe77d5c7f16aba086e4fb1707de843ddc1a.tar.gz
scummvm-rg350-377cbbe77d5c7f16aba086e4fb1707de843ddc1a.tar.bz2
scummvm-rg350-377cbbe77d5c7f16aba086e4fb1707de843ddc1a.zip
MADS: Cleanup of game and player fields used during initialization
Diffstat (limited to 'engines/mads/dialogs.h')
-rw-r--r--engines/mads/dialogs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/mads/dialogs.h b/engines/mads/dialogs.h
index 56bc8ced53..3f623a688b 100644
--- a/engines/mads/dialogs.h
+++ b/engines/mads/dialogs.h
@@ -68,10 +68,6 @@ public:
* Destructor
*/
virtual ~Dialog();
-
- static void show(int msgId) {
- warning("TODO: Dialog::show");
- }
};
enum {
@@ -194,6 +190,7 @@ public:
virtual void showDialog() = 0;
virtual void showPicture(int objId, int msgId, int arg3 = 0) = 0;
+ void show(int msgId);
};
} // End of namespace MADS