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 8da159165d..4a01c729d2 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -43,7 +43,7 @@
#include "avalanche/timer.h"
#include "avalanche/animation.h"
#include "avalanche/acci.h"
-#include "avalanche/dropdown.h"
+#include "avalanche/menu.h"
#include "avalanche/closing.h"
#include "common/serializer.h"
@@ -78,7 +78,7 @@ public:
Timer *_timer;
Animation *_animation;
Acci *_acci;
- Dropdown *_dropdown;
+ Menu *_menu;
Closing *_closing;
OSystem *_system;