mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Fixed crash when drawing untranslated font
https://forum.zdoom.org/viewtopic.php?t=57268
This commit is contained in:
parent
579840987d
commit
f4672d67bc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue