aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authoruruk2013-08-18 10:37:05 +0200
committeruruk2013-08-18 10:37:05 +0200
commit8e0301973147ea864e073e1b9f52c9f59f1520b2 (patch)
tree670004d26e6fb792d52eaceec518e7d0eccc7dc7 /engines/avalanche/avalanche.cpp
parent50831c19018598bc4a9007e6d71cd3986e5fd196 (diff)
downloadscummvm-rg350-8e0301973147ea864e073e1b9f52c9f59f1520b2.tar.gz
scummvm-rg350-8e0301973147ea864e073e1b9f52c9f59f1520b2.tar.bz2
scummvm-rg350-8e0301973147ea864e073e1b9f52c9f59f1520b2.zip
AVALANCHE: Minor repairs in Avalanche and Trip.
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp2
1 files changed, 1 insertions, 1 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 {