Ticket #8001: simon2.diff

File simon2.diff, 502 bytes (added by eriktorbjorn, 22 years ago)

experimental patch

  • scummvm/simon/simon.cpp

    diff -ur ScummVM-cvs20020804/scummvm/simon/simon.cpp ScummVM-cvs20020804+simon/scummvm/simon/simon.cpp
    old new  
    34303430        byte *p, *pp;
    34313431        uint count;
    34323432
    3433         _lock_word |= 0x40;
    3434 
    34353433        if (has_vgastruct_with_id(vga_struct_id, vga_res))
    34363434                return;
    34373435
     3436        _lock_word |= 0x40;
     3437
    34383438        vsp = _vga_sprites;
    34393439        while (vsp->id != 0)
    34403440                vsp++;