summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-10-16 11:48:11 +0000
committerplanetmaker <planetmaker@openttd.org>2011-10-16 11:48:11 +0000
commita78f38fdc0efa342bb2a9a75a1fe0e0550de3d11 (patch)
tree0f8ca5498bd7d3a390b65e69c46e786cb1650857
parentde27205e6c8aec594f7ae3b8205e8a1d60c24751 (diff)
downloadopenttd-a78f38fdc0efa342bb2a9a75a1fe0e0550de3d11.tar.xz
(svn r23032) -Fix (r14224, r22419): Palette conversion windows to DOS for light house / stadium animated colour was mixed up
-rw-r--r--src/table/palette_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/palette_convert.h b/src/table/palette_convert.h
index 863216af0..70445b4a2 100644
--- a/src/table/palette_convert.h
+++ b/src/table/palette_convert.h
@@ -41,7 +41,7 @@ extern const byte _palmap_w2d[] = {
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
- 240, 241, 242, 244, 243, 9, 218, 219, // 240..247
+ 240, 241, 242, 243, 244, 9, 218, 219, // 240..247
220, 221, 222, 223, 224, 225, 226, 255, // 248..255
};