Ticket #8004: simon2lock.diff

File simon2lock.diff, 544 bytes (added by wjp, 22 years ago)

simon2lock.diff

  • simon/simon.cpp

    RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
    retrieving revision 1.45
    diff -u -d -b -u -r1.45 simon.cpp
     
    34323432
    34333433        _lock_word |= 0x40;
    34343434
    3435         if (has_vgastruct_with_id(vga_struct_id, vga_res))
     3435        if (has_vgastruct_with_id(vga_struct_id, vga_res)) {
     3436                _lock_word &= ~0x40;
    34363437                return;
     3438        }
    34373439
    34383440        vsp = _vga_sprites;
    34393441        while (vsp->id != 0)