Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.
svn-id: r45367
This commit is contained in:
parent
452ae8a576
commit
55e0efeb8f
3 changed files with 110 additions and 1 deletions
|
@ -114,6 +114,9 @@ EngineState::EngineState(ResourceManager *res, Kernel *kernel, Vocabulary *voc,
|
|||
_lofsType = SCI_VERSION_AUTODETECT;
|
||||
_gfxFunctionsType = SCI_VERSION_AUTODETECT;
|
||||
_moveCountType = kMoveCountUninitialized;
|
||||
|
||||
_audioCdStart = 0;
|
||||
_usesCdTrack = Common::File::exists("cdaudio.map");
|
||||
}
|
||||
|
||||
EngineState::~EngineState() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue