mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed an uninitialized variable in v_font.cpp
SVN r907 (trunk)
This commit is contained in:
parent
96b72f2e33
commit
c333a8ab82
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ FFont::FFont (const char *name, const char *nametemplate, int first, int count,
|
|||
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
charlumps[i] = -1;
|
||||
sprintf (buffer, nametemplate, i + start);
|
||||
lump = Wads.CheckNumForName (buffer, ns_graphics);
|
||||
if (doomtemplate && lump >= 0 && i + start == 121)
|
||||
|
|
Loading…
Reference in a new issue