Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA

svn-id: r42181
This commit is contained in:
Filippos Karapetis 2009-07-06 16:22:14 +00:00
parent c22010b3d2
commit 219b0de0d2
9 changed files with 28 additions and 28 deletions

View file

@ -693,7 +693,7 @@ int _reset_graphics_input(EngineState *s);
static void reconstruct_sounds(EngineState *s) {
Song *seeker;
SongIteratorType it_type = s->resmgr->_sciVersion >= SCI_VERSION_01 ? SCI_SONG_ITERATOR_TYPE_SCI1 : SCI_SONG_ITERATOR_TYPE_SCI0;
SongIteratorType it_type = s->resmgr->_sciVersion >= SCI_VERSION_01_EGA ? SCI_SONG_ITERATOR_TYPE_SCI1 : SCI_SONG_ITERATOR_TYPE_SCI0;
seeker = s->_sound._songlib._lib;