- 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

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() void InitModels()
{ {