Flag | Set? (MUST/MAY/…) | Description |
---|---|---|
parsing_must | MUST NOT | |
reading_must | MUST NOT | |
writing_must | MUST NOT | |
playing_should | MAY | |
playing_must | MAY | |
editing_should | MUST NOT |
None.
This bugfix changes the following line in OopSend():
Board.Stats[iStat].DataPos := iDataPos;
to:
Board.Stats[iStat].DataPos := iDataPos + 1;
As OopFindLabel() actually finds the location of the newline character prior to the label itself, this leads ZZT 3.2 to parse an additional empty line - and thus, if at least one message line has already been added, emit an empty line in a text window.
TODO