aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kiehl2003-05-25 11:36:11 +0000
committerOliver Kiehl2003-05-25 11:36:11 +0000
commit467666d0fd2b21c1883d89c7a3ffba04feb12203 (patch)
tree2b912467a1e259579aa91508c65afddb3c3954c3
parent35877f0d30b4846e6633ffae8035467c3e7af9f2 (diff)
downloadscummvm-rg350-467666d0fd2b21c1883d89c7a3ffba04feb12203.tar.gz
scummvm-rg350-467666d0fd2b21c1883d89c7a3ffba04feb12203.tar.bz2
scummvm-rg350-467666d0fd2b21c1883d89c7a3ffba04feb12203.zip
not sure if this is right, but the original code doesn't exclude the possibility
svn-id: r7934
-rw-r--r--sky/logic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index 510b06ab4d..52f69747d3 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -560,6 +560,7 @@ bool SkyLogic::collide(Compact *cpt) {
return false;
case 3: // looking right
+ case 4: // talking (not sure if this makes sense...)
if (y != _compact->ycood)
return false;