forked from mirror/OpenTTD
(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID
This commit is contained in:
@@ -31,7 +31,7 @@ static inline const byte *GetNonSprite(SpriteID sprite)
|
||||
void GfxInitSpriteMem();
|
||||
void IncreaseSpriteLRU();
|
||||
|
||||
bool LoadNextSprite(int load_index, byte file_index);
|
||||
bool LoadNextSprite(int load_index, byte file_index, uint file_sprite_id);
|
||||
void DupSprite(SpriteID old_spr, SpriteID new_spr);
|
||||
void SkipSprites(uint count);
|
||||
|
||||
|
Reference in New Issue
Block a user