summaryrefslogtreecommitdiff
path: root/src/spritecache.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
committerfrosch <frosch@openttd.org>2010-08-01 19:22:34 +0000
commited4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 (patch)
treedba65e1ae2fc4538779195db320eccfa441cbbd0 /src/spritecache.cpp
parent4871baf44db96137cf4b72c4f9d9595b2c29f61d (diff)
downloadopenttd-ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3.tar.xz
(svn r20283) -Codechange: Unify start of doygen 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 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