Ticket #8150: akos-fix.diff

File akos-fix.diff, 881 bytes (added by eriktorbjorn, 22 years ago)

Patch against a December 28 CVS snapshot

  • scummvm/scumm/akos.cpp

    diff -ur ScummVM-cvs20021228/scummvm/scumm/akos.cpp ScummVM-cvs20021228+hack/scummvm/scumm/akos.cpp
    old new  
    273273void AkosRenderer::codec1_genericDecode()
    274274{
    275275        byte *src, *dst;
    276         byte len, height, maskbit;
     276        byte len, maskbit;
     277        int height;
    277278        uint y, color;
    278279        const byte *scaleytab, *mask;
    279280
     
    337338void AkosRenderer::codec1_spec1()
    338339{
    339340        byte *src, *dst;
    340         byte len, height, maskbit;
     341        byte len, maskbit;
     342        int height;
    341343        uint y, color;
    342344        byte pcolor;
    343345        const byte *scaleytab, *mask;
     
    410412void AkosRenderer::codec1_spec3()
    411413{
    412414        byte *src, *dst;
    413         byte len, height, maskbit;
     415        byte len, maskbit;
     416        int height;
    414417        uint y, color;
    415418        uint pcolor;
    416419        const byte *scaleytab, *mask;