Skip to content

Commit

Permalink
- fixed compilation with GCC/Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed May 22, 2018
1 parent 91aec16 commit 26ebb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_data/models/models.cpp
Expand Up @@ -473,7 +473,7 @@ static unsigned FindModel(const char * path, const char * modelfile)
//
//===========================================================================

void ParseModelDefLump(int Lump);
static void ParseModelDefLump(int Lump);

void InitModels()
{
Expand Down

0 comments on commit 26ebb93

Please sign in to comment.