aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kiehl2003-05-25 22:19:00 +0000
committerOliver Kiehl2003-05-25 22:19:00 +0000
commit910bdb5068e010dc12daeb13a5b2829e44a37d62 (patch)
tree08a415521d3524bd7de174e50d8a3666fee16d80
parent6cc06cb103a4fc97a626d3bbc24c947f6b1a0d08 (diff)
downloadscummvm-rg350-910bdb5068e010dc12daeb13a5b2829e44a37d62.tar.gz
scummvm-rg350-910bdb5068e010dc12daeb13a5b2829e44a37d62.tar.bz2
scummvm-rg350-910bdb5068e010dc12daeb13a5b2829e44a37d62.zip
fix last commit
svn-id: r7978
-rw-r--r--sky/logic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index 502f29f195..54430b6651 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -1765,6 +1765,7 @@ uint32 SkyLogic::fnEyeball(uint32 id, uint32 b, uint32 c) {
y <<= 2;
_scriptVariables[RESULT] = eyeTable[x + y] + S91;
+ return 1;
}
uint32 SkyLogic::fnCursorUp(uint32 a, uint32 b, uint32 c) {