aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/gui.cpp')
-rw-r--r--engines/macventure/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp
index 6c8122d156..2c2e4b5281 100644
--- a/engines/macventure/gui.cpp
+++ b/engines/macventure/gui.cpp
@@ -876,7 +876,7 @@ void Gui::saveGame() {
}
void Gui::newGame() {
- warning("New Game not implemented!");
+ _engine->newGame();
}
void Gui::quitGame() {