- Fixed: The constructor for single-lump fonts did not initialize the Cursor field.

SVN r4239 (trunk)
This commit is contained in:
Randy Heit 2013-04-30 03:14:49 +00:00
parent ecdde24bda
commit cc5110575f

View file

@ -908,6 +908,7 @@ FFont::FFont (int lump)
Chars = NULL;
PatchRemap = NULL;
Name = NULL;
Cursor = '_';
}
//==========================================================================