diff options
author | tron <tron@openttd.org> | 2006-11-05 08:01:47 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-11-05 08:01:47 +0000 |
commit | fb878e9345a117f975cab7a92142e6d515ccac68 (patch) | |
tree | af90225bca0394024d33c4e034481d3a27c915df | |
parent | e496c5a37c6f0cde1407d3e5450ce33f991ec3ed (diff) | |
download | openttd-fb878e9345a117f975cab7a92142e6d515ccac68.tar.xz |
(svn r7063) static
-rw-r--r-- | newgrf_spritegroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_spritegroup.c b/newgrf_spritegroup.c index 1935dd4ea..3209b2052 100644 --- a/newgrf_spritegroup.c +++ b/newgrf_spritegroup.c @@ -13,7 +13,7 @@ static void SpriteGroupPoolCleanBlock(uint start_item, uint end_item); 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... */ |