mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
forgot it
svn-id: r13894
This commit is contained in:
parent
5edb86d6bd
commit
5c9fd89feb
@ -1576,9 +1576,12 @@ load_game:
|
||||
}
|
||||
|
||||
_sound->processSoundQues();
|
||||
if (_imuseDigital &&
|
||||
( ((_gameId == GID_DIG) && (!(_features & GF_DEMO))) || (_gameId == GID_CMI) ))
|
||||
_imuseDigital->refreshScripts();
|
||||
|
||||
if (_imuseDigital) {
|
||||
_imuseDigital->flushTracks();
|
||||
if ( ((_gameId == GID_DIG) && (!(_features & GF_DEMO))) || (_gameId == GID_CMI) )
|
||||
_imuseDigital->refreshScripts();
|
||||
}
|
||||
|
||||
camera._last = camera._cur;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user