aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/avalanche.cpp2
-rw-r--r--engines/avalanche/trip6.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index c2d0e0bd59..b950bdb427 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -123,7 +123,7 @@ Common::Platform AvalancheEngine::getPlatform() const {
bool AvalancheEngine::hasFeature(EngineFeature f) const {
- return (f == kSupportsRTL) || (f == kSupportsLoadingDuringRuntime) || (f == kSupportsSavingDuringRuntime);
+ return false;
}
const char *AvalancheEngine::getCopyrightString() const {
diff --git a/engines/avalanche/trip6.cpp b/engines/avalanche/trip6.cpp
index 1114bd52fb..d4573a0851 100644
--- a/engines/avalanche/trip6.cpp
+++ b/engines/avalanche/trip6.cpp
@@ -1082,6 +1082,7 @@ void Trip::newspeed() {
byte page_;
tr[0].ix = (tr[0].ix / 3) * tr[0].xs;
+
//setactivepage(3);
if (tr[0].xs == _vm->_gyro->run)
@@ -1094,9 +1095,8 @@ void Trip::newspeed() {
else
_vm->_graphics->_surface.drawLine(371, 199, 373, 199, lightblue);
- _vm->_graphics->refreshScreen();
-
//setactivepage(1 - cp);
+
for (page_ = 0; page_ <= 1; page_ ++)
getset[page_].remember(lightspace);