diff options
author | Paul Gilbert | 2014-03-16 16:50:53 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-03-16 16:50:53 -0400 |
commit | d599c7c404729217cf4cf85ee02b2d8b3f3b9ec9 (patch) | |
tree | 4cd3ac0bdd819c48cbbd3d83638d90dc94482903 /engines/mads/nebular | |
parent | 74da0c2ef7a5a77ddfcda26b28ebdeab68a9f8f5 (diff) | |
download | scummvm-rg350-d599c7c404729217cf4cf85ee02b2d8b3f3b9ec9.tar.gz scummvm-rg350-d599c7c404729217cf4cf85ee02b2d8b3f3b9ec9.tar.bz2 scummvm-rg350-d599c7c404729217cf4cf85ee02b2d8b3f3b9ec9.zip |
MADS: Fix to display player
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r-- | engines/mads/nebular/game_nebular.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp index 91c10a50ee..e5c344b738 100644 --- a/engines/mads/nebular/game_nebular.cpp +++ b/engines/mads/nebular/game_nebular.cpp @@ -54,7 +54,7 @@ int GameNebular::checkCopyProtection() { */ // DEBUG: Return that copy protection failed - return 0; + return -2; } void GameNebular::initialiseGlobals() { |