aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-28 23:03:39 +0000
committerJohannes Schickel2006-01-28 23:03:39 +0000
commit5fda0cc6f1addedb4e3c671a9f124e6c5b253323 (patch)
treeb869dc52a415e20e8eb5aed5704fe539216f5c2c /scumm/dialogs.h
parentd84cefec75e8dfe6a33042c246a5f980829235a7 (diff)
downloadscummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.tar.gz
scummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.tar.bz2
scummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.zip
- Fixes a bug that the debugger crashed while opening
- Changed gradient calculating - added background saving for all dialog/widget backgrounds for now (change that later maybe) - changed ScummDialog to use the colors of our launcher dialog svn-id: r20276
Diffstat (limited to 'scumm/dialogs.h')
-rw-r--r--scumm/dialogs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/dialogs.h b/scumm/dialogs.h
index 7e8a283d15..555e3f3565 100644
--- a/scumm/dialogs.h
+++ b/scumm/dialogs.h
@@ -41,8 +41,7 @@ class ScummEngine;
class ScummDialog : public GUI::Dialog {
public:
- ScummDialog(ScummEngine *scumm, int x, int y, int w, int h)
- : GUI::Dialog(x, y, w, h), _vm(scumm) {}
+ ScummDialog(ScummEngine *scumm, int x, int y, int w, int h);
protected:
typedef Common::String String;