diff options
Diffstat (limited to 'engines/avalanche/closing2.cpp')
-rw-r--r-- | engines/avalanche/closing2.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/avalanche/closing2.cpp b/engines/avalanche/closing2.cpp index c9bfcd0cd4..7da630bae3 100644 --- a/engines/avalanche/closing2.cpp +++ b/engines/avalanche/closing2.cpp @@ -79,8 +79,9 @@ void Closing::exitGame() { showScreen(); // No halt- it's already set up. } -void Closing::handleBug() { - warning("STUB: Closing::handleBug()"); -} +// CHECKME: Useless? +// void Closing::handleBug() { +// warning("STUB: Closing::handleBug()"); +//} } // End of namespace Avalanche. |