Ticket #1955: player_v2.diff

File player_v2.diff, 537 bytes (added by eriktorbjorn, 19 years ago)

Patch against a March 15 CVS snapshot

  • scumm/player_v2.cpp

    diff -ur --exclude=CVS --exclude=Makefile ScummVM/scumm/player_v2.cpp ScummVM+hack/scumm/player_v2.cpp
    old new  
    554554        ChannelInfo * dest_channel;
    555555
    556556        current_channel = channel;
     557        script_ptr = &_current_data[channel->d.next_cmd];
    557558
    558559        if (channel->d.next_cmd == 0)
    559                 return;
    560         script_ptr = &_current_data[channel->d.next_cmd];
     560                goto end;
    561561
    562562        for (;;) {
    563563                uint8 opcode = *script_ptr++;