aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index e2ba3a4faa..e5b000f919 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -52,7 +52,7 @@
namespace Avalanche {
-void Avalot::init() {
+void Avalot::setup() {
int16 gd, gm;
checkbreak = false;
@@ -144,6 +144,11 @@ void Avalot::setParent(AvalancheEngine *vm) {
void Avalot::run(Common::String arg) {
+ setup();
+
+ _vm->_lucerna.load_also("1");
+
+
do {
_vm->_lucerna.clock_lucerna();
_vm->_basher.keyboard_link();