diff options
author | rubidium <rubidium@openttd.org> | 2011-12-04 19:07:24 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-04 19:07:24 +0000 |
commit | 6bf2b30035f69460dbb51a0f33510f440fd12294 (patch) | |
tree | 6d7dafbc6d129bdce080939740c796d7ba96df2f /src/table | |
parent | 09683301ed804ee9f600fe27068a873f79d9ea41 (diff) | |
download | openttd-6bf2b30035f69460dbb51a0f33510f440fd12294.tar.xz |
(svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/palette_convert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/palette_convert.h b/src/table/palette_convert.h index 70445b4a2..58c190424 100644 --- a/src/table/palette_convert.h +++ b/src/table/palette_convert.h @@ -39,8 +39,8 @@ extern const byte _palmap_w2d[] = { 200, 201, 202, 203, 204, 205, 206, 207, // 200..207 208, 209, 210, 211, 212, 213, 214, 1, // 208..215 2, 245, 246, 247, 248, 249, 250, 251, // 216..223 - 252, 253, 254, 229, 230, 231, 227, 228, // 224..231 - 235, 236, 237, 238, 232, 233, 234, 239, // 232..239 + 252, 253, 254, 227, 228, 229, 230, 231, // 224..231 + 232, 233, 234, 235, 236, 237, 238, 239, // 232..239 240, 241, 242, 243, 244, 9, 218, 219, // 240..247 220, 221, 222, 223, 224, 225, 226, 255, // 248..255 }; |