mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 11:01:36 +00:00
- fixed compilation with GCC/Clang
https://forum.zdoom.org/viewtopic.php?f=2&t=60657
(cherry picked from commit 26ebb938c1
)
This commit is contained in:
parent
3f4e257d73
commit
ee86e2e3be
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ static unsigned FindModel(const char * path, const char * modelfile)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
void ParseModelDefLump(int Lump);
|
||||
static void ParseModelDefLump(int Lump);
|
||||
|
||||
void InitModels()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue