(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.
This commit is contained in:
@@ -272,14 +272,6 @@ void DupSprite(SpriteID old_spr, SpriteID new_spr)
|
||||
}
|
||||
|
||||
|
||||
void SkipSprites(uint count)
|
||||
{
|
||||
for (; count > 0; --count) {
|
||||
if (!ReadSpriteHeaderSkipData()) return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#define S_FREE_MASK 1
|
||||
|
||||
static inline MemBlock* NextBlock(MemBlock* block)
|
||||
|
Reference in New Issue
Block a user