From d4191c73912ab4b11a76759098430b2ed15144cc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 14 Dec 2003 14:32:12 +0000 Subject: Enable restart key in later games. We could use a confirmation dialog. svn-id: r11633 --- scumm/scummvm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 44476cc6e4..a5d2805218 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -1844,8 +1844,7 @@ void ScummEngine::processKbd() { #endif if (VAR_RESTART_KEY != 0xFF && _lastKeyHit == VAR(VAR_RESTART_KEY)) { - warning("Restart not implemented"); - //restart(); + restart(); return; } -- cgit v1.2.3