aboutsummaryrefslogtreecommitdiff
path: root/sword1/eventman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/eventman.cpp')
-rw-r--r--sword1/eventman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/eventman.cpp b/sword1/eventman.cpp
index 8f7692d93e..37412bcc02 100644
--- a/sword1/eventman.cpp
+++ b/sword1/eventman.cpp
@@ -65,7 +65,7 @@ int EventManager::fnCheckForEvent(BsObject *cpt, int32 id, int32 pause) {
if (pause) {
cpt->o_pause = pause;
cpt->o_logic = LOGIC_pause_for_event;
- return SCRIPT_STOP;
+ return SCRIPT_STOP;
}
for (uint8 objCnt = 0; objCnt < O_TOTAL_EVENTS; objCnt++) {