Skip to content

Commit

Permalink
MADS: Don't show protection dialog when resuming game from in-game menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 24, 2015
1 parent c37997a commit faff6b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/mads/nebular/game_nebular.cpp
Expand Up @@ -118,6 +118,10 @@ void GameNebular::startGame() {

initializeGlobals();

if (_loadGameSlot >= 0)
// User selected to resume a savegame
return;

// Check copy protection
ProtectionResult protectionResult = checkCopyProtection();

Expand Down

0 comments on commit faff6b5

Please sign in to comment.