mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fixed compilation with GCC/Clang
https://forum.zdoom.org/viewtopic.php?f=2&t=60657
This commit is contained in:
parent
91aec1689e
commit
26ebb938c1
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue