aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_automap.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-21 07:26:24 -0400
committerPaul Gilbert2016-09-21 07:26:24 -0400
commit2e4fc11320b90db0485a937ec14b3464f3195e0a (patch)
tree9590126c8a443ff25864cc4403632c36139c7b69 /engines/xeen/dialogs_automap.h
parent41fea11ce68d21f900f39e65c35f766f2d7a5509 (diff)
downloadscummvm-rg350-2e4fc11320b90db0485a937ec14b3464f3195e0a.tar.gz
scummvm-rg350-2e4fc11320b90db0485a937ec14b3464f3195e0a.tar.bz2
scummvm-rg350-2e4fc11320b90db0485a937ec14b3464f3195e0a.zip
XEEN: Refactored doScroll to have it available to cutscenes
Diffstat (limited to 'engines/xeen/dialogs_automap.h')
-rw-r--r--engines/xeen/dialogs_automap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/xeen/dialogs_automap.h b/engines/xeen/dialogs_automap.h
index f20f9b0104..239a73a932 100644
--- a/engines/xeen/dialogs_automap.h
+++ b/engines/xeen/dialogs_automap.h
@@ -31,9 +31,7 @@ class XeenEngine;
class AutoMapDialog: public ButtonContainer {
private:
- XeenEngine *_vm;
-
- AutoMapDialog(XeenEngine *vm) : ButtonContainer(), _vm(vm) {}
+ AutoMapDialog(XeenEngine *vm) : ButtonContainer(vm) {}
void execute();
public: