From faff6b534def656444cac5f33d14368f8cdb3bd5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 24 Oct 2015 16:32:46 -0400 Subject: MADS: Don't show protection dialog when resuming game from in-game menu --- engines/mads/nebular/game_nebular.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp index e8e0a4f42c..8f40bc15c8 100644 --- a/engines/mads/nebular/game_nebular.cpp +++ b/engines/mads/nebular/game_nebular.cpp @@ -118,6 +118,10 @@ void GameNebular::startGame() { initializeGlobals(); + if (_loadGameSlot >= 0) + // User selected to resume a savegame + return; + // Check copy protection ProtectionResult protectionResult = checkCopyProtection(); -- cgit v1.2.3