aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-16 16:50:53 -0400
committerPaul Gilbert2014-03-16 16:50:53 -0400
commitd599c7c404729217cf4cf85ee02b2d8b3f3b9ec9 (patch)
tree4cd3ac0bdd819c48cbbd3d83638d90dc94482903 /engines/mads/nebular
parent74da0c2ef7a5a77ddfcda26b28ebdeab68a9f8f5 (diff)
downloadscummvm-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.cpp2
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() {