Changeset - r5022:cc8a8adb9fbf
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-11-05 08:01:47
tron@openttd.org
(svn r7063) static
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
newgrf_spritegroup.c
Show inline comments
 
@@ -13,7 +13,7 @@ static void SpriteGroupPoolCleanBlock(ui
 
static uint _spritegroup_count = 0;
 
STATIC_POOL(SpriteGroup, SpriteGroup, 4, 8000, NULL, SpriteGroupPoolCleanBlock);
 

	
 
void DestroySpriteGroup(SpriteGroup *group)
 
static void DestroySpriteGroup(SpriteGroup *group)
 
{
 
	/* Free dynamically allocated memory */
 
	/* XXX Cast away the consts due to MSVC being buggy... */
0 comments (0 inline, 0 general)