aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 16482c8c92..2a7df29a32 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -34,7 +34,7 @@
#include "avalanche/avalot.h"
#include "avalanche/gyro.h"
#include "avalanche/pingo.h"
-#include "avalanche/scrolls.h"
+#include "avalanche/dialogs.h"
#include "avalanche/lucerna.h"
#include "avalanche/background.h"
#include "avalanche/sequence.h"
@@ -70,7 +70,7 @@ public:
Avalot *_avalot;
Gyro *_gyro;
Pingo *_pingo;
- Scrolls *_scrolls;
+ Dialogs *_dialogs;
Lucerna *_lucerna;
Background *_background;
Sequence *_sequence;