mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +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;
|
Chars = NULL;
|
||||||
PatchRemap = NULL;
|
PatchRemap = NULL;
|
||||||
Name = NULL;
|
Name = NULL;
|
||||||
|
Cursor = '_';
|
||||||
}
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue