(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.

This commit is contained in:
peter1138
2008-01-28 17:51:45 +00:00
parent 5d9326ff03
commit af2429f8e0
4 changed files with 9 additions and 24 deletions

View File

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