diff options
author | frosch <frosch@openttd.org> | 2011-04-29 20:47:36 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-04-29 20:47:36 +0000 |
commit | 1ffd720f81d917126e1f15ef2b8edac21484adcf (patch) | |
tree | 17768d42ca1045b8f265214f147cdde304fdeaa9 /src/table | |
parent | 461b75725cb475b34142ac1e73ba9b6f40568445 (diff) | |
download | openttd-1ffd720f81d917126e1f15ef2b8edac21484adcf.tar.xz |
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index e4144141e..89b938e51 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -1555,8 +1555,8 @@ static const PaletteID PALETTE_TO_STRUCT_GREEN = 0x31F; static const PaletteID PALETTE_TO_STRUCT_CONCRETE = 0x320; // Sets the suspension bridge to concrete, also other strucutures use it static const PaletteID PALETTE_TO_STRUCT_YELLOW = 0x321; // Sets the bridge colour to yellow (suspension and tubular) static const PaletteID PALETTE_TO_TRANSPARENT = 0x322; // This sets the sprite to transparent -/* This is used for changing the tubular bridges to the silicon display, or some grayish colour */ -static const PaletteID PALETTE_TO_STRUCT_GREY = 0x323; + +static const PaletteID PALETTE_NEWSPAPER = 0x323; ///< Recolour sprite for newspaper-greying. static const PaletteID PALETTE_CRASH = 0x324; /* Two recolourings only used by the church */ |