From 399f8381a970133a6a6247d49eaf57b7a811d902 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 21 Oct 2006 01:51:59 +0000 Subject: Cleanup svn-id: r24397 --- engines/agos/vga_s2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/vga_s2.cpp') 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); } -- cgit v1.2.3