From 6d4839d376a0eabd1cd5251e0a5b3f74deff798a Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 9 Apr 2004 21:42:37 +0000 Subject: it seems to be needed for comi too, hmm svn-id: r13525 --- scumm/scumm.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scumm') diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 5d1a41be45..7bf05f0245 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1577,9 +1577,8 @@ load_game: } _sound->processSoundQues(); - if (_imuseDigital && - ( ((_gameId == GID_DIG) && (!(_features & GF_DEMO))) || - ((_gameId == GID_CMI) && (_features & GF_DEMO)) ) ) + if (_imuseDigital && + ( ((_gameId == GID_DIG) && (!(_features & GF_DEMO))) || (_gameId == GID_CMI) )) _imuseDigital->refreshScripts(); camera._last = camera._cur; -- cgit v1.2.3