aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index b9b1b0f581..a230cf059f 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -46,6 +46,9 @@ namespace Avalanche {
_system = syst;
_console = new AvalancheConsole(this);
_rnd = 0;
+
+ _gyro.setParent(this);
+ _enhanced.setParent(this);
}
AvalancheEngine::~AvalancheEngine() {