Fixed crash when drawing untranslated font

https://forum.zdoom.org/viewtopic.php?t=57268
This commit is contained in:
alexey.lysiuk 2017-07-19 13:24:19 +03:00
parent 579840987d
commit f4672d67bc
1 changed files with 1 additions and 0 deletions

View File

@ -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;