From e09eaa074e5626e1d8004e8c13262136c1793dce Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 23 Nov 2006 06:43:18 +0000 Subject: Fix bug #1599267: "FW: Ungraceful exit from copy protection screen" svn-id: r24765 --- engines/cine/anim.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/cine') diff --git a/engines/cine/anim.cpp b/engines/cine/anim.cpp index 10aee450cb..1b452eefc8 100644 --- a/engines/cine/anim.cpp +++ b/engines/cine/anim.cpp @@ -856,6 +856,9 @@ void loadResource(const char *resourceName) { } else if (strstr(resourceName, ".SEQ")) { loadSeq(resourceName); return; + } else if (strstr(resourceName, "ECHEC")) { + exitEngine = 1; + return; } error("loadResource: Cannot determine type for '%s'", resourceName); -- cgit v1.2.3