mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 09:11:17 +00:00
- Removed unused variable in v_font.cpp.
SVN r3810 (trunk)
This commit is contained in:
parent
1b05969d44
commit
6af0744f75
1 changed files with 1 additions and 1 deletions
|
@ -1861,7 +1861,7 @@ void FFontChar2::MakeTexture ()
|
||||||
|
|
||||||
FSpecialFont::FSpecialFont (const char *name, int first, int count, FTexture **lumplist, const bool *notranslate, int lump) : FFont(lump)
|
FSpecialFont::FSpecialFont (const char *name, int first, int count, FTexture **lumplist, const bool *notranslate, int lump) : FFont(lump)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i;
|
||||||
FTexture **charlumps;
|
FTexture **charlumps;
|
||||||
int maxyoffs;
|
int maxyoffs;
|
||||||
FTexture *pic;
|
FTexture *pic;
|
||||||
|
|
Loading…
Reference in a new issue