forked from mirror/OpenTTD
(svn r1856) Make GfxInitSpriteMem() static, because it's only used withing spritecache.c
This commit is contained in:
@@ -951,7 +951,7 @@ static void LoadSpriteTables(void)
|
||||
_compact_cache_counter = 0;
|
||||
}
|
||||
|
||||
void GfxInitSpriteMem(byte *ptr, uint32 size)
|
||||
static void GfxInitSpriteMem(byte *ptr, uint32 size)
|
||||
{
|
||||
// initialize sprite cache heap
|
||||
_spritecache_ptr = ptr;
|
||||
|
Reference in New Issue
Block a user