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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 13 years ago
parent 09683301ed
commit 6bf2b30035

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

Loading…
Cancel
Save