Ticket #2713: 1513622.diff

File 1513622.diff, 747 bytes (added by cyxx, 18 years ago)

Possible fix

  • scumm/scumm.cpp

     
    15931593        // that it will be in a different state each time you run the program.
    15941594        _rnd.getRandomNumber(2);
    15951595
    1596         if (_game.version <= 6) {
    1597                 updatePalette();
    1598         }
    1599 
    16001596#ifndef DISABLE_HE
    16011597        if (_game.heversion >= 90) {
    16021598                ((ScummEngine_v90he *)this)->_moviePlay->handleNextFrame();
     
    17581754                handleMouseOver(oldEgo != VAR(VAR_EGO));
    17591755
    17601756                // Render everything to the screen.
    1761                 if (_game.version >= 7) {
    1762                         updatePalette();
    1763                 }
     1757                updatePalette();
    17641758                drawDirtyScreenParts();
    17651759
    17661760                // FIXME / TODO: Try to move the following to scummLoop_handleSound or