From 57ba5fc233e29909fa9f5d8bf5d298b7a49cc685 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 23 Nov 2006 06:49:23 +0000 Subject: Fix Amiga/Atari-specific copy protection. svn-id: r24768 --- engines/cine/prc.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/cine/prc.cpp') diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp index 845cec69ad..bb7fbfc9d0 100644 --- a/engines/cine/prc.cpp +++ b/engines/cine/prc.cpp @@ -76,6 +76,12 @@ void loadPrc(const char *pPrcName) { } } + // This is copy protection. Used to hang the machine + if (!scumm_stricmp(pPrcName, "L201.ANI")) { + exitEngine = 1; + return; + } + checkDataDisk(-1); if ((g_cine->getGameType() == Cine::GType_FW) && (!scumm_stricmp(pPrcName, BOOT_PRC_NAME) || !scumm_stricmp(pPrcName, "demo.prc"))) { -- cgit v1.2.3