Skip to content

Commit

Permalink
Fixed crash when drawing untranslated font
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 19, 2017
1 parent 5798409 commit f4672d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v_font.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit f4672d6

Please sign in to comment.