aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-11-16 09:15:25 +0000
committerTorbjörn Andersson2004-11-16 09:15:25 +0000
commit7adc1f419f6e8bb987c7d9b9e645a7c52c2821a1 (patch)
tree26083dc649cc7fbcc3020d02f720039a6514aa86 /sword2/logic.cpp
parent525df7cff072bec7c3d0af96513a6d0d3010f7d0 (diff)
downloadscummvm-rg350-7adc1f419f6e8bb987c7d9b9e645a7c52c2821a1.tar.gz
scummvm-rg350-7adc1f419f6e8bb987c7d9b9e645a7c52c2821a1.tar.bz2
scummvm-rg350-7adc1f419f6e8bb987c7d9b9e645a7c52c2821a1.zip
Cleanup
svn-id: r15826
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