Ticket #2713: 1513622.diff
File 1513622.diff, 747 bytes (added by , 17 years ago) |
---|
-
scumm/scumm.cpp
1593 1593 // that it will be in a different state each time you run the program. 1594 1594 _rnd.getRandomNumber(2); 1595 1595 1596 if (_game.version <= 6) {1597 updatePalette();1598 }1599 1600 1596 #ifndef DISABLE_HE 1601 1597 if (_game.heversion >= 90) { 1602 1598 ((ScummEngine_v90he *)this)->_moviePlay->handleNextFrame(); … … 1758 1754 handleMouseOver(oldEgo != VAR(VAR_EGO)); 1759 1755 1760 1756 // Render everything to the screen. 1761 if (_game.version >= 7) { 1762 updatePalette(); 1763 } 1757 updatePalette(); 1764 1758 drawDirtyScreenParts(); 1765 1759 1766 1760 // FIXME / TODO: Try to move the following to scummLoop_handleSound or