mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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)
|
||||
{
|
||||
int i, j;
|
||||
int i;
|
||||
FTexture **charlumps;
|
||||
int maxyoffs;
|
||||
FTexture *pic;
|
||||
|
|
Loading…
Reference in a new issue