Fixed compilation with GCC/Clang

This commit is contained in:
alexey.lysiuk 2017-03-16 11:13:02 +02:00
parent 3aa7687d91
commit 889a2ae6aa
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ static bool R_CheckForFixedLights(const uint8_t *colormaps)
//
//==========================================================================
static void SetDefaultColormap (const char *name)
void SetDefaultColormap (const char *name)
{
if (strnicmp (fakecmaps[0].name, name, 8) != 0)
{