Ticket #8229: dosentencefix.patch

File dosentencefix.patch, 345 bytes (added by SF/madm00se, 21 years ago)

Le Patch

  • script_v2.cpp

    old new  
    826826        SentenceTab *st;
    827827
    828828        a = getVarOrDirectByte(0x80);
    829         if (a == 0xFB) {
     829        if (a == 0xFC) {
    830830                _sentenceNum = 0;
    831831                stopScript(SENTENCE_SCRIPT);
    832832                return;
    833833        }
    834         if (a == 0xFC) {
     834        if (a == 0xFB) {
    835835                resetSentence();
    836836                return;
    837837        }