Revert "Removing assertion that does not hold under all scenarios."

This reverts commit c44ad5645d.
This commit is contained in:
Bart House
2019-07-14 21:13:18 -07:00
parent f7c956c35a
commit 2df1b179ca

View File

@@ -259,7 +259,7 @@ register const char *bp;
&& cw->cury == 0
&& n0 + (int) strlen(toplines) + 3 < CO - 8 /* room for --More-- */
&& (notdied = strncmp(bp, "You die", 7)) != 0) {
/* nhassert((long) strlen(toplines) == cw->curx); */
nhassert((long) strlen(toplines) == cw->curx);
Strcat(toplines, " ");
Strcat(toplines, bp);
cw->curx += 2;