From 7d71b6d1090316cfc34e3165d41a568c711871e4 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 27 Oct 2006 11:04:05 +0000 Subject: Cleanup svn-id: r24527 --- engines/agos/res_snd.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/agos/res_snd.cpp') diff --git a/engines/agos/res_snd.cpp b/engines/agos/res_snd.cpp index f7b917b62c..7f01f04068 100644 --- a/engines/agos/res_snd.cpp +++ b/engines/agos/res_snd.cpp @@ -54,9 +54,9 @@ void AGOSEngine::playSpeech(uint speech_id, uint vgaSpriteId) { if (_subtitles && _scriptVar2) { animate(4, 2, 204, 0, 0, 0); waitForSync(204); - stopAnimateSimon1(204); + stopAnimate(204); } - stopAnimateSimon1(vgaSpriteId + 201); + stopAnimate(vgaSpriteId + 201); loadVoice(speech_id); animate(4, 2, vgaSpriteId + 201, 0, 0, 0); } @@ -108,7 +108,7 @@ void AGOSEngine::skipSpeech() { _variableArray[100] = 15; animate(4, 1, 130, 0, 0, 0); waitForSync(130); - stopAnimateSimon1(1); + stopAnimate(1); } } } -- cgit v1.2.3