aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/prc.cpp')
-rw-r--r--engines/cine/prc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp
index 4df82478cd..a6ec085878 100644
--- a/engines/cine/prc.cpp
+++ b/engines/cine/prc.cpp
@@ -54,7 +54,7 @@ void loadPrc(const char *pPrcName) {
// This is copy protection. Used to hang the machine
if (!scumm_stricmp(pPrcName, "L201.ANI")) {
- g_system->getEventManager()->pushEvent(Common::EVENT_QUIT);
+ g_cine->quitGame();
return;
}