From 40f77e5dac41b158bbb0a96f43bdbca4925dab1a Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 9 Dec 2018 13:00:36 +0200 Subject: [PATCH] - removed erroneous assertion https://forum.zdoom.org/viewtopic.php?t=62815 --- src/v_text.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/v_text.cpp b/src/v_text.cpp index 9f6e41161..e9a78bee4 100644 --- a/src/v_text.cpp +++ b/src/v_text.cpp @@ -219,8 +219,6 @@ void DFrameBuffer::DrawTextCommon(FFont *font, int normalcolor, double x, double int kerning; FTexture *pic; - assert(string[0] != '$'); - if (parms.celly == 0) parms.celly = font->GetHeight() + 1; parms.celly *= parms.scaley;