Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.

svn-id: r45367
This commit is contained in:
Matthew Hoops 2009-10-25 03:26:20 +00:00
parent 452ae8a576
commit 55e0efeb8f
3 changed files with 110 additions and 1 deletions

View file

@ -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() {