Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA
svn-id: r42181
This commit is contained in:
parent
c22010b3d2
commit
219b0de0d2
9 changed files with 28 additions and 28 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue