diff options
author | James Brown | 2002-04-16 12:18:50 +0000 |
---|---|---|
committer | James Brown | 2002-04-16 12:18:50 +0000 |
commit | ff1d72962b8a821d18dc460e84af5b513b6e046a (patch) | |
tree | a4203f45503013192548a0b59d2701a38be39bbc /sound | |
parent | 71eac5acd30cb1fd48cbfbc464b4a37adee8a6b4 (diff) | |
download | scummvm-rg350-ff1d72962b8a821d18dc460e84af5b513b6e046a.tar.gz scummvm-rg350-ff1d72962b8a821d18dc460e84af5b513b6e046a.tar.bz2 scummvm-rg350-ff1d72962b8a821d18dc460e84af5b513b6e046a.zip |
Add hack for loom staff verbs.
Readd CD Audio
svn-id: r3956
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mixer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 084dced7d8..09e33a0fb3 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -1,6 +1,5 @@ #include "stdafx.h" #include "scumm.h" -#include "cdmusic.h" void SoundMixer::uninsert(Channel *chan) { |