Ticket #8531: kyra.diff

File kyra.diff, 473 bytes (added by eriktorbjorn, 18 years ago)

Patch against current SVN

  • engines/kyra/sprites.cpp

     
    536536        if (unkFlag)
    537537                anim.flags |= 0x0200;
    538538        else
    539                 anim.flags &= 0xFD00;
     539                anim.flags &= ~0x0200;
    540540
    541541        if (flipX)
    542542                anim.flags |= 1;
    543543        else
    544                 anim.flags &= 0xFE;
     544                anim.flags &= ~1;
    545545
    546546        anim.sceneAnimPtr = _sceneShapes[shapeNum];
    547547        anim.animFrameNumber = -1;