Ticket #8001: simon2.diff
File simon2.diff, 502 bytes (added by , 22 years ago) |
---|
-
scummvm/simon/simon.cpp
diff -ur ScummVM-cvs20020804/scummvm/simon/simon.cpp ScummVM-cvs20020804+simon/scummvm/simon/simon.cpp
old new 3430 3430 byte *p, *pp; 3431 3431 uint count; 3432 3432 3433 _lock_word |= 0x40;3434 3435 3433 if (has_vgastruct_with_id(vga_struct_id, vga_res)) 3436 3434 return; 3437 3435 3436 _lock_word |= 0x40; 3437 3438 3438 vsp = _vga_sprites; 3439 3439 while (vsp->id != 0) 3440 3440 vsp++;