Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality
(cherry picked from commit fdc11a9f94
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
04b38dbfca
commit
6bd12e24d7
@@ -196,8 +196,6 @@ TextColour GetContrastColour(uint8 background, uint8 threshold = 128);
|
||||
extern byte _colour_gradient[COLOUR_END][8];
|
||||
extern byte _colour_value[COLOUR_END];
|
||||
|
||||
extern bool _palette_remap_grf[];
|
||||
|
||||
/**
|
||||
* Return the colour for a particular greyscale level.
|
||||
* @param level Intensity, 0 = black, 15 = white
|
||||
|
Reference in New Issue
Block a user