aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_s2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/vga_s2.cpp')
-rw-r--r--engines/agos/vga_s2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/vga_s2.cpp b/engines/agos/vga_s2.cpp
index 4711b4cc36..4f1bce40ac 100644
--- a/engines/agos/vga_s2.cpp
+++ b/engines/agos/vga_s2.cpp
@@ -81,7 +81,7 @@ void AGOSEngine::vc59_stopAnimations() {
uint16 end = vcReadNextWord() + 1;
do {
- vc_kill_sprite(file, start);
+ vcStopAnimation(file, start);
} while (++start != end);
}