aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.cpp
diff options
context:
space:
mode:
authorStrangerke2015-11-03 23:12:44 +0100
committerStrangerke2015-11-03 23:12:44 +0100
commitcdc564b06049d064aeb15ad632fc4822a5d814d8 (patch)
tree5028866c2c036edeba5ad4c50604cac58b19da6b /engines/mads/phantom/game_phantom.cpp
parent9d6bb85ce3e42e30f1d539a5f2c7a8d7de3b15a1 (diff)
downloadscummvm-rg350-cdc564b06049d064aeb15ad632fc4822a5d814d8.tar.gz
scummvm-rg350-cdc564b06049d064aeb15ad632fc4822a5d814d8.tar.bz2
scummvm-rg350-cdc564b06049d064aeb15ad632fc4822a5d814d8.zip
MADS: Phantom: Phantom isn't naughty!
Diffstat (limited to 'engines/mads/phantom/game_phantom.cpp')
-rw-r--r--engines/mads/phantom/game_phantom.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/phantom/game_phantom.cpp b/engines/mads/phantom/game_phantom.cpp
index aa57811930..ca2d68713b 100644
--- a/engines/mads/phantom/game_phantom.cpp
+++ b/engines/mads/phantom/game_phantom.cpp
@@ -137,7 +137,6 @@ namespace Phantom {
GamePhantom::GamePhantom(MADSEngine *vm) : Game(vm) {
_surface = new MSurface(MADS_SCREEN_WIDTH, MADS_SCENE_HEIGHT);
- _storyMode = STORYMODE_NAUGHTY;
_difficulty = DIFFICULTY_HARD;
}