MADS: Don't show protection dialog when resuming game from in-game menu

This commit is contained in:
Paul Gilbert 2015-10-24 16:32:46 -04:00
parent c37997aaf8
commit faff6b534d

View File

@ -118,6 +118,10 @@ void GameNebular::startGame() {
initializeGlobals();
if (_loadGameSlot >= 0)
// User selected to resume a savegame
return;
// Check copy protection
ProtectionResult protectionResult = checkCopyProtection();