Ticket #8207: descumm3.diff

File descumm3.diff, 617 bytes (added by eriktorbjorn, 21 years ago)

Patch against an April 29 CVS snapshot

  • tools/descumm3.cpp

    diff -ur ScummVM-cvs20030429/tools/descumm3.cpp ScummVM-cvs20030429+hack/tools/descumm3.cpp
    old new  
    11091109                break;
    11101110
    11111111        case 0x0E:
    1112                 do_tok(buf, "CursorCommand", A1VARUNTIL0xFF);
     1112                if (GF_UNBLOCKED || gameFlag == 1)
     1113                        do_tok(buf, "LoadCharset", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
     1114                else
     1115                        do_tok(buf, "CursorCommand", A1VARUNTIL0xFF);
    11131116                break;
    11141117        default:
    11151118                sprintf(buf, "UnknownCursorCommand%.2X", opcode);