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 35967998e..50e9cb498 100644
--- a/src/spritecache.cpp
+++ b/src/spritecache.cpp
@@ -405,7 +405,8 @@ void IncreaseSpriteLRU()
}
}
-/** Called when holes in the sprite cache should be removed.
+/**
+ * Called when holes in the sprite cache should be removed.
* That is accomplished by moving the cached data. */
static void CompactSpriteCache()
{
@@ -522,7 +523,8 @@ static void *AllocSprite(size_t mem_req)
}
}
-/** Handles the case when a sprite of different type is requested than is present in the SpriteCache.
+/**
+ * Handles the case when a sprite of different type is requested than is present in the SpriteCache.
* For ST_FONT sprites, it is normal. In other cases, default sprite is loaded instead.
* @param sprite ID of loaded sprite
* @param requested requested sprite type