(svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong

This commit is contained in:
rubidium 2011-12-04 19:07:24 +00:00
parent 09683301ed
commit 6bf2b30035
1 changed files with 2 additions and 2 deletions

View File

@ -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
};