aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/avalanche/avalot.cpp3
-rw-r--r--engines/avalanche/gyro2.cpp1
2 files changed, 1 insertions, 3 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 67b543b111..ae437a66cc 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -146,9 +146,6 @@ void Avalot::setParent(AvalancheEngine *vm) {
void Avalot::run(Common::String arg) {
setup();
- _vm->_lucerna.load_also("9");
-
-
do {
_vm->_lucerna.clock_lucerna();
_vm->_basher.keyboard_link();
diff --git a/engines/avalanche/gyro2.cpp b/engines/avalanche/gyro2.cpp
index 2fe3b54920..6c5d960160 100644
--- a/engines/avalanche/gyro2.cpp
+++ b/engines/avalanche/gyro2.cpp
@@ -501,6 +501,7 @@ void Gyro::setup_vmc() {
vmc.andpic = new byte[mouse_size];
vmc.xorpic = new byte[mouse_size];
+ /* Released in Gyro's destructor. */
for (int fv = 0; fv < 2; fv ++) {
vmc.backpic[fv] = new byte[mouse_size];
vmc.wherewas[fv].x = 32767;