From d599c7c404729217cf4cf85ee02b2d8b3f3b9ec9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 16 Mar 2014 16:50:53 -0400 Subject: MADS: Fix to display player --- engines/mads/nebular/game_nebular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/nebular') 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() { -- cgit v1.2.3