- fixed compilation with GCC/Clang

https://forum.zdoom.org/viewtopic.php?f=2&t=60657
This commit is contained in:
alexey.lysiuk 2018-05-22 21:48:31 +03:00
parent 91aec1689e
commit 26ebb938c1
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ static unsigned FindModel(const char * path, const char * modelfile)
//
//===========================================================================
void ParseModelDefLump(int Lump);
static void ParseModelDefLump(int Lump);
void InitModels()
{