(svn r2534) Small cleanup

This commit is contained in:
tron
2005-07-08 21:24:27 +00:00
parent fde78bb03f
commit 11421beed1
2 changed files with 60 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
#define M(r, g, b) { r, g, b }
static Colour _palettes[][256] = {
static const Colour _palettes[][256] = {
/* palette 1 (TTD Windows) */
{
M( 0, 0, 0), M(212, 0, 212), M(212, 0, 212), M(212, 0, 212),