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