changeset 18588:9ce83971c25b draft

(svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong
author rubidium <rubidium@openttd.org>
date Sun, 04 Dec 2011 19:07:24 +0000
parents bfbbd51df755
children bb52910e485a
files src/table/palette_convert.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/palette_convert.h
+++ b/src/table/palette_convert.h
@@ -39,8 +39,8 @@
 	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
 };