aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index d1e28b46b8..1d4e71ec54 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -335,7 +335,7 @@ int32 Logic::fnAddToKillList(int32 *params) {
// params: none
// DON'T EVER KILL GEORGE!
- if (_scriptVars[ID] == 8)
+ if (_scriptVars[ID] == CUR_PLAYER_ID)
return IR_CONT;
// Scan the list to see if it's already included