From eeab2bb3bf2b014cdc2a87824dcecc93f341e11c Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 16 Jan 2004 16:28:56 +0000 Subject: Hack for Launcher Scaler dropdown. Backends using the Launcher will need to implement the OSystem HAS_SCALER property. The global options dialog still needs doing. svn-id: r12436 --- scumm/scummvm.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 70e46b323b..75a4fd7330 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -991,7 +991,9 @@ void ScummEngine::launch() { if (_saveLoadFlag != 2 || !loadState(_saveLoadSlot, _saveLoadCompatible)) { int args[16]; memset(args, 0, sizeof(args)); - args[0] = _bootParam; + args[0] = _bootParam; + + _saveLoadFlag = 0; if (_gameId == GID_MANIAC && _version == 1 && _demoMode) runScript(9, 0, 0, args); else -- cgit v1.2.3