diff options
| author | Max Horn | 2004-01-03 14:10:13 +0000 |
|---|---|---|
| committer | Max Horn | 2004-01-03 14:10:13 +0000 |
| commit | bfea71b0c46ea93b80ee2f6f08ba29ba8768171a (patch) | |
| tree | 734b6137e4aaaa043d5db905dc67700bcdc7daa4 /sword2 | |
| parent | 2a6745a9862fc067a7b529feec0943ec56c79c7c (diff) | |
| download | scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.tar.gz scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.tar.bz2 scummvm-rg350-bfea71b0c46ea93b80ee2f6f08ba29ba8768171a.zip | |
renamed AudioInputStream -> AudioStream
svn-id: r12110
Diffstat (limited to 'sword2')
| -rw-r--r-- | sword2/driver/d_sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
