mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
MADS: Don't show protection dialog when resuming game from in-game menu
This commit is contained in:
parent
c37997aaf8
commit
faff6b534d
@ -118,6 +118,10 @@ void GameNebular::startGame() {
|
||||
|
||||
initializeGlobals();
|
||||
|
||||
if (_loadGameSlot >= 0)
|
||||
// User selected to resume a savegame
|
||||
return;
|
||||
|
||||
// Check copy protection
|
||||
ProtectionResult protectionResult = checkCopyProtection();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user