diff options
Diffstat (limited to 'src/resources/userpalette.cpp')
-rw-r--r-- | src/resources/userpalette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/userpalette.cpp b/src/resources/userpalette.cpp index 12ea3f8d..073f5b03 100644 --- a/src/resources/userpalette.cpp +++ b/src/resources/userpalette.cpp @@ -32,7 +32,7 @@ #include <math.h> -const std::string ColorTypeNames[] = { +static const std::string ColorTypeNames[] = { "ColorBeing", "ColorPlayer", "ColorSelf", |