aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/avalanche/avalanche.cpp2
-rw-r--r--engines/avalanche/avalot.cpp5
2 files changed, 2 insertions, 5 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index c644b30028..b9b1b0f581 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -162,7 +162,7 @@ namespace Avalanche {
}
void AvalancheEngine::run(Common::String what, bool with_jsb, bool with_bflight, elm how) {
- warning("STUB: run()");
+ warning("STUB: run(%s)", what.c_str());
// Probably there'll be no need of this function, as all *.AVX-es will become classes.
}
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 337f896db9..de218811c1 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -35,10 +35,7 @@ namespace Avalanche {
Avalot::Avalot() {}
void Avalot::run(Common::String arg) {
-
-
-
- warning("STUB: Avalot::run()");
+ warning("STUB: Avalot::run(%s)", arg.c_str());
}
} // End of namespace Avalanche