aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authoruruk2013-06-28 20:01:47 +0200
committeruruk2013-06-28 20:01:47 +0200
commitadf4a357ce604baee75d45a99752f0931b5ef46d (patch)
tree854196e7f4a0e9073c74ce0758c12a96ee53daea /engines/avalanche/avalanche.cpp
parente28d3263dc39f54d2bbadc026f4bf7989b7a3701 (diff)
downloadscummvm-rg350-adf4a357ce604baee75d45a99752f0931b5ef46d.tar.gz
scummvm-rg350-adf4a357ce604baee75d45a99752f0931b5ef46d.tar.bz2
scummvm-rg350-adf4a357ce604baee75d45a99752f0931b5ef46d.zip
AVALANCHE: Timeout: replace namespace with class.
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 7465ac6b75..d9a37296cb 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -56,6 +56,8 @@ namespace Avalanche {
_lucerna.setParent(this);
_enid.setParent(this);
_celer.setParent(this);
+ _sequence.setParent(this);
+ _timeout.setParent(this);
}
AvalancheEngine::~AvalancheEngine() {