diff options
author | truelight <truelight@openttd.org> | 2007-06-14 14:31:48 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-06-14 14:31:48 +0000 |
commit | 144035bf5cb747fd5ffd2c41ae713f66ca79fe62 (patch) | |
tree | 43097ea88db1a77b66a4f87c662fe744ac9a258d /src/spritecache.h | |
parent | a61f0d90494b39249135314cc81d74776b38a3e6 (diff) | |
download | openttd-144035bf5cb747fd5ffd2c41ae713f66ca79fe62.tar.xz |
(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID
Diffstat (limited to 'src/spritecache.h')
-rw-r--r-- | src/spritecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spritecache.h b/src/spritecache.h index 1b351bb0a..d264ae210 100644 --- a/src/spritecache.h +++ b/src/spritecache.h @@ -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); |