mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Fixed compilation with GCC/Clang
This commit is contained in:
parent
3aa7687d91
commit
889a2ae6aa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue