summaryrefslogtreecommitdiff
path: root/src/spritecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spritecache.cpp')
-rw-r--r--src/spritecache.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/spritecache.cpp b/src/spritecache.cpp
index 50e9cb498..f6b1b87bc 100644
--- a/src/spritecache.cpp
+++ b/src/spritecache.cpp
@@ -407,7 +407,8 @@ void IncreaseSpriteLRU()
/**
* Called when holes in the sprite cache should be removed.
- * That is accomplished by moving the cached data. */
+ * That is accomplished by moving the cached data.
+ */
static void CompactSpriteCache()
{
MemBlock *s;
@@ -530,7 +531,8 @@ static void *AllocSprite(size_t mem_req)
* @param requested requested sprite type
* @param sc the currently known sprite cache for the requested sprite
* @return fallback sprite
- * @note this function will do usererror() in the case the fallback sprite isn't available */
+ * @note this function will do usererror() in the case the fallback sprite isn't available
+ */
static void *HandleInvalidSpriteRequest(SpriteID sprite, SpriteType requested, SpriteCache *sc)
{
static const char * const sprite_types[] = {