aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/input.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-06-19 11:50:22 +0000
committerTravis Howell2007-06-19 11:50:22 +0000
commitab9b9a1bf362e68f5f6a69462ef2b7c146e6e08f (patch)
treee0ce7e51deb2bd42f4487144f01bc9a5e7e1ffe3 /engines/agos/input.cpp
parentaeb9668d6641059866d745df4026ccc88985f864 (diff)
downloadscummvm-rg350-ab9b9a1bf362e68f5f6a69462ef2b7c146e6e08f.tar.gz
scummvm-rg350-ab9b9a1bf362e68f5f6a69462ef2b7c146e6e08f.tar.bz2
scummvm-rg350-ab9b9a1bf362e68f5f6a69462ef2b7c146e6e08f.zip
Cleanup, could cause regressions.
svn-id: r27547
Diffstat (limited to 'engines/agos/input.cpp')
-rw-r--r--engines/agos/input.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/agos/input.cpp b/engines/agos/input.cpp
index 4a0cd03664..ef0791dc10 100644
--- a/engines/agos/input.cpp
+++ b/engines/agos/input.cpp
@@ -274,28 +274,28 @@ void AGOSEngine::waitForInput() {
_verbHitArea = 236;
if (ha->id == 98) {
- animate(2, 0, 110, 0, 0, 0);
+ animate(2, 1, 110, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 108) {
- animate(2, 0, 106, 0, 0, 0);
+ animate(2, 1, 106, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 109) {
- animate(2, 0, 107, 0, 0, 0);
+ animate(2, 1, 107, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 115) {
- animate(2, 0, 109, 0, 0, 0);
+ animate(2, 1, 109, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 116) {
- animate(2, 0, 113, 0, 0, 0);
+ animate(2, 1, 113, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 117) {
- animate(2, 0, 112, 0, 0, 0);
+ animate(2, 1, 112, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 118) {
- animate(2, 0, 108, 0, 0, 0);
+ animate(2, 1, 108, 0, 0, 0);
waitForSync(34);
} else if (ha->id == 119) {
- animate(2, 0, 111, 0, 0, 0);
+ animate(2, 1, 111, 0, 0, 0);
waitForSync(34);
}
}