aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/avalot.cpp14
-rw-r--r--engines/avalanche/avalot.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index de218811c1..09c3ddbc95 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -29,10 +29,22 @@
#include "common/textconsole.h"
#include "avalanche/avalot.h"
+#include "avalanche/gyro2.h"
namespace Avalanche {
- Avalot::Avalot() {}
+ Avalot::Avalot() {
+ int16 gd, gm;
+
+ checkbreak = false;
+ Gyro::visible = Gyro::m_no;
+ Gyro::to_do = 0;
+ Gyro::lmo = false;
+ // resetscroll(); Needs scrolls "unit" to make it work.
+
+
+
+ }
void Avalot::run(Common::String arg) {
warning("STUB: Avalot::run(%s)", arg.c_str());
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h
index 596fc023bc..5f109339bd 100644
--- a/engines/avalanche/avalot.h
+++ b/engines/avalanche/avalot.h
@@ -32,6 +32,8 @@
namespace Avalanche {
+bool checkbreak; // Originally located in avalot9.map
+
class Avalot {
private: