From 6510226216ee135afa2196d40c80445f8de0b1ac Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 25 Dec 2008 23:55:36 +0000 Subject: Renamed NewGui to GuiManager svn-id: r35544 --- engines/scumm/dialogs.cpp | 2 -- engines/scumm/input.cpp | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp index 42020dd4dc..05a677601b 100644 --- a/engines/scumm/dialogs.cpp +++ b/engines/scumm/dialogs.cpp @@ -22,8 +22,6 @@ * $Id$ */ - - #include "common/config-manager.h" #include "common/savefile.h" #include "common/system.h" diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp index bb67f2b31d..9f9326da72 100644 --- a/engines/scumm/input.cpp +++ b/engines/scumm/input.cpp @@ -23,8 +23,6 @@ * */ - - #include "common/config-manager.h" #include "common/events.h" #include "common/system.h" @@ -471,7 +469,7 @@ void ScummEngine::processKeyboard(Common::KeyState lastKeyHit) { if (VAR_SAVELOAD_SCRIPT != 0xFF && _currentRoom != 0) runScript(VAR(VAR_SAVELOAD_SCRIPT), 0, 0, 0); - scummMenuDialog(); // Display NewGui + scummMenuDialog(); // Display GUI if (VAR_SAVELOAD_SCRIPT != 0xFF && _currentRoom != 0) runScript(VAR(VAR_SAVELOAD_SCRIPT2), 0, 0, 0); -- cgit v1.2.3