(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:
truelight
2007-06-14 14:31:48 +00:00
parent a61f0d9049
commit 144035bf5c
4 changed files with 15 additions and 10 deletions

View File

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