mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 16:51:31 +00:00
- Fixed: The constructor for single-lump fonts did not initialize the Cursor field.
SVN r4239 (trunk)
This commit is contained in:
parent
ecdde24bda
commit
cc5110575f
1 changed files with 1 additions and 0 deletions
|
@ -908,6 +908,7 @@ FFont::FFont (int lump)
|
|||
Chars = NULL;
|
||||
PatchRemap = NULL;
|
||||
Name = NULL;
|
||||
Cursor = '_';
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue