aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_e1.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-27 11:04:05 +0000
committerTravis Howell2006-10-27 11:04:05 +0000
commit7d71b6d1090316cfc34e3165d41a568c711871e4 (patch)
treeec400f1436ae1bbd52623938dbc01d0a0a5ccb72 /engines/agos/script_e1.cpp
parent9bab66a53a2c6403a170091500bf810c94fe38a4 (diff)
downloadscummvm-rg350-7d71b6d1090316cfc34e3165d41a568c711871e4.tar.gz
scummvm-rg350-7d71b6d1090316cfc34e3165d41a568c711871e4.tar.bz2
scummvm-rg350-7d71b6d1090316cfc34e3165d41a568c711871e4.zip
Cleanup
svn-id: r24527
Diffstat (limited to 'engines/agos/script_e1.cpp')
-rw-r--r--engines/agos/script_e1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/script_e1.cpp b/engines/agos/script_e1.cpp
index f64dd32972..b2deaa1d87 100644
--- a/engines/agos/script_e1.cpp
+++ b/engines/agos/script_e1.cpp
@@ -560,7 +560,7 @@ void AGOSEngine::oe1_animate() {
void AGOSEngine::oe1_stopAnimate() {
// 227: stop animate
- stopAnimateSimon1(getVarOrWord());
+ stopAnimate(getVarOrWord());
}
void AGOSEngine::oe1_menu() {