From 2e587c5b4c659144142c09984018fdd19030c4ae Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 Jun 2014 20:36:37 -0400 Subject: MADS: Default new games to hard mode --- engines/mads/nebular/game_nebular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads') diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp index e5a59a0050..8d1358f0ed 100644 --- a/engines/mads/nebular/game_nebular.cpp +++ b/engines/mads/nebular/game_nebular.cpp @@ -39,7 +39,7 @@ GameNebular::GameNebular(MADSEngine *vm) : Game(vm) { _surface = new MSurface(MADS_SCREEN_WIDTH, MADS_SCENE_HEIGHT); _storyMode = STORYMODE_NAUGHTY; - _difficulty = DIFFICULTY_EASY; + _difficulty = DIFFICULTY_HARD; } ProtectionResult GameNebular::checkCopyProtection() { -- cgit v1.2.3