forked from mirror/OpenTTD
(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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user