From f4672d67bcac01f103f2dd3275d4ef2a65cb5f11 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 19 Jul 2017 13:24:19 +0300 Subject: [PATCH] Fixed crash when drawing untranslated font https://forum.zdoom.org/viewtopic.php?t=57268 --- src/v_font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/v_font.cpp b/src/v_font.cpp index f133b1be4f..1f5c12c9c9 100644 --- a/src/v_font.cpp +++ b/src/v_font.cpp @@ -381,6 +381,7 @@ FFont::FFont (const char *name, const char *nametemplate, int first, int count, Next = FirstFont; FirstFont = this; Cursor = '_'; + ActiveColors = 0; maxyoffs = 0;