diff options
author | Oliver Kiehl | 2003-05-25 11:36:11 +0000 |
---|---|---|
committer | Oliver Kiehl | 2003-05-25 11:36:11 +0000 |
commit | 467666d0fd2b21c1883d89c7a3ffba04feb12203 (patch) | |
tree | 2b912467a1e259579aa91508c65afddb3c3954c3 | |
parent | 35877f0d30b4846e6633ffae8035467c3e7af9f2 (diff) | |
download | scummvm-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.cpp | 1 |
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; |