diff options
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/cine.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp index c850f0e4f0..65e5c1d218 100644 --- a/engines/cine/cine.cpp +++ b/engines/cine/cine.cpp @@ -146,11 +146,6 @@ static void initialize() { globalVars[i] = 0; } - // bypass protection - if (g_cine->getGameType() == GType_OS && !ConfMan.getBool("copy_protection")) { - globalVars[255] = 1; - } - for (i = 0; i < NUM_MAX_SCRIPT; i++) { scriptTable[i].ptr = NULL; scriptTable[i].size = 0; |