Ticket #8170: cmi-missing-sounds.diff

File cmi-missing-sounds.diff, 423 bytes (added by eriktorbjorn, 21 years ago)

Patch against a February 2 CVS snapshot

  • scummvm/scumm/string.cpp

    diff -ur ScummVM-cvs20030202/scummvm/scumm/string.cpp ScummVM-cvs20030202+hack/scummvm/scumm/string.cpp
    old new  
    852852                        for (;;) {
    853853                                if(buf[pos] == 0) {
    854854                                        trans_buff[0] = '\0';
    855                                         return;
     855                                        break;
    856856                                }
    857857                                l = 0;
    858858                                do {