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 --- sword2/driver/d_sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2') diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h index 2e2899e921..705d3f2baf 100644 --- a/sword2/driver/d_sound.h +++ b/sword2/driver/d_sound.h @@ -44,7 +44,7 @@ struct FxHandle { PlayingSoundHandle _handle; }; -class MusicHandle : public AudioInputStream { +class MusicHandle : public AudioStream { public: bool _firstTime; bool _streaming; -- cgit v1.2.3