| 895 | } |
| 896 | |
| 897 | void GfxInitSpriteMem() |
| 898 | { |
| 899 | /* Reset the spritecache 'pool' */ |
| 900 | _spritecache.clear(); |
| 901 | _spritecache.shrink_to_fit(); |
| 902 | |
| 903 | _sprite_files.clear(); |
| 904 | _spritecache_bytes_used = 0; |
| 905 | } |
| 906 | |
| 907 | /** |
| 908 | * Remove all encoded sprites from the sprite cache without |