diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 14 |
1 files changed, 13 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()); |