summaryrefslogtreecommitdiff
path: root/src/spritecache.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-01 19:44:49 +0000
committerfrosch <frosch@openttd.org>2010-08-01 19:44:49 +0000
commit4bd32799f13480763bfb58db82bb98d1500753ae (patch)
tree3aff9492cad51a7cb456158b0a3a32c90f978fe4 /src/spritecache.cpp
parent613b273f36ffd1d300ea08c5d6b1c469d145a591 (diff)
downloadopenttd-4bd32799f13480763bfb58db82bb98d1500753ae.tar.xz
(svn r20286) -Codechange: Unify end of doxygen comments.
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[] = {