diff --git a/src/v_font.cpp b/src/v_font.cpp index 563181114..f290b216a 100644 --- a/src/v_font.cpp +++ b/src/v_font.cpp @@ -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)