refreshScripts only for full game dig, and cmi demo

svn-id: r13522
This commit is contained in:
Paweł Kołodziejski 2004-04-09 18:18:42 +00:00
parent 3e98a219b2
commit c4383474cf

View File

@ -1577,7 +1577,9 @@ load_game:
}
_sound->processSoundQues();
if ((_imuseDigital) && (_gameId == GID_DIG))
if (_imuseDigital &&
( ((_gameId == GID_DIG) && (!(_features & GF_DEMO))) ||
((_gameId == GID_CMI) && (_features & GF_DEMO)) ) )
_imuseDigital->refreshScripts();
camera._last = camera._cur;