table/palettes.h
changeset 510 01f571a4ade6
parent 509 52dde395d888
child 614 e016770cb781
--- a/table/palettes.h	Fri Nov 26 14:00:57 2004 +0000
+++ b/table/palettes.h	Fri Nov 26 16:55:35 2004 +0000
@@ -95,9 +95,12 @@
 };
 
 // Color table for colors in lang files (e.g. {BLACK})
-// 1st color: text
-// 2nd color: shadow
-static const byte StringColormap[17][2] = {
+typedef struct StringColor {
+	byte text;
+	byte shadow;
+} StringColor;
+
+static const StringColor _string_colormap[] = {
 	{ 150, 215 }, // BLUE
 	{  12, 215 }, // SILVER
 	{ 189, 215 }, // GOLD