From bfea71b0c46ea93b80ee2f6f08ba29ba8768171a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Jan 2004 14:10:13 +0000 Subject: renamed AudioInputStream -> AudioStream svn-id: r12110 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sound.cpp') diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 13217e710c..f61f416bee 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -813,7 +813,7 @@ void Sound::pauseSounds(bool pause) { void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle, int id) { - AudioInputStream *input; + AudioStream *input; if (file_size > 0) { -- cgit v1.2.3