aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/anim.cpp3
1 files changed, 3 insertions, 0 deletions
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);