From 8dae160d0f1065ff40ecddc518b3905820f77f7a Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Feb 2009 02:09:47 +0000 Subject: (svn r15425) -Codechange: some color->colour changes and type safety. --- src/table/palettes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/palettes.h b/src/table/palettes.h index d129f4191..98a9baefc 100644 --- a/src/table/palettes.h +++ b/src/table/palettes.h @@ -200,7 +200,7 @@ struct StringColor { byte shadow; }; -static const StringColor _string_colormap[][17] = { +static const StringColor _string_colourmap[][17] = { { /* DOS palette. */ { 150, 1 }, // TC_BLUE { 12, 1 }, // TC_SILVER -- cgit v1.2.3-70-g09d2