From c0a8d09ca72873bbbef14dd317cbd29319e54640 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Feb 2009 02:57:15 +0000 Subject: (svn r15428) -Codechange: consistently use colour instead of having both color and colour. --- src/table/palettes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/table/palettes.h') diff --git a/src/table/palettes.h b/src/table/palettes.h index 98a9baefc..6a3320ec5 100644 --- a/src/table/palettes.h +++ b/src/table/palettes.h @@ -194,13 +194,13 @@ static const ExtraPaletteValues _extra_palette_values = { }; #undef M -// Color table for colors in lang files (e.g. {BLACK}) -struct StringColor { +// Colour table for colours in lang files (e.g. {BLACK}) +struct StringColour { byte text; byte shadow; }; -static const StringColor _string_colourmap[][17] = { +static const StringColour _string_colourmap[][17] = { { /* DOS palette. */ { 150, 1 }, // TC_BLUE { 12, 1 }, // TC_SILVER -- cgit v1.2.3-54-g00ecf