diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 7e0f84ed0f..e7a7a49fb1 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -234,7 +234,7 @@ void Avalot::run(Common::String arg) { // close(logfile); warning("STUB: Avalot::run()"); - _vm->_closing->end_of_program(); + _vm->_closing->exitGame(); } } // End of namespace Avalanche |