(svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported.

This commit is contained in:
rubidium
2008-09-02 18:45:15 +00:00
parent c0cdfea97d
commit fc216aeeb8
6 changed files with 143 additions and 9 deletions

View File

@@ -180,5 +180,8 @@ extern DrawPixelInfo *_cur_dpi;
extern byte _colour_gradient[COLOUR_END][8];
extern PaletteType _use_palette;
extern bool _palette_remap_grf[];
extern const byte *_palette_remap;
extern const byte *_palette_reverse_remap;
#endif /* GFX_FUNC_H */