From 24dac898fe9596ee5d0b3fc5c563694c6e4f8657 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 6 Mar 2009 07:25:25 +0000 Subject: SCI: Converted SongIterator::get_pcm_feed into a virtual method svn-id: r39150 --- engines/sci/engine/scriptdebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine/scriptdebug.cpp') diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp index e50573fa72..a6a091c3ab 100644 --- a/engines/sci/engine/scriptdebug.cpp +++ b/engines/sci/engine/scriptdebug.cpp @@ -2427,7 +2427,7 @@ static int c_is_sample(EngineState *s) { return 1; } - if ((data = songit->get_pcm_feed(songit))) { + if ((data = songit->get_pcm_feed())) { /* sciprintf("\nIs sample (encoding %dHz/%s/%04x).\n", data->conf.rate, (data->conf.stereo) ? ((data->conf.stereo == SFX_PCM_STEREO_LR) ? "stereo-LR" : "stereo-RL") : "mono", data->conf.format); -- cgit v1.2.3