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.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/cine/prc.cpp b/engines/cine/prc.cpp
index 797a354c4f..5d789f9b3b 100644
--- a/engines/cine/prc.cpp
+++ b/engines/cine/prc.cpp
@@ -25,7 +25,6 @@
#include "common/endian.h"
-#include "common/events.h"
#include "cine/cine.h"
#include "cine/various.h"
@@ -55,9 +54,7 @@ bool loadPrc(const char *pPrcName) {
// This is copy protection. Used to hang the machine
if (!scumm_stricmp(pPrcName, COPY_PROT_FAIL_PRC_NAME)) {
- Common::Event event;
- event.type = Common::EVENT_RTL;
- g_system->getEventManager()->pushEvent(event);
+ exitEngine = 1;
return false;
}