From 889a2ae6aaff4d166c8f02a6347bc9ad3eafff82 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 16 Mar 2017 11:13:02 +0200 Subject: [PATCH] Fixed compilation with GCC/Clang --- src/swrenderer/r_swcolormaps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swrenderer/r_swcolormaps.cpp b/src/swrenderer/r_swcolormaps.cpp index f9d38f393a..3e39cde21a 100644 --- a/src/swrenderer/r_swcolormaps.cpp +++ b/src/swrenderer/r_swcolormaps.cpp @@ -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) {