changeset 5022:c3be25e439cb draft

(svn r7063) static
author tron <tron@openttd.org>
date Sun, 05 Nov 2006 08:01:47 +0000
parents 16948a0cc2a7
children 0d126a226159
files newgrf_spritegroup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/newgrf_spritegroup.c
+++ b/newgrf_spritegroup.c
@@ -13,7 +13,7 @@
 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... */