1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 12:09:10 +00:00

(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary

This commit is contained in:
rubidium
2009-09-19 15:17:47 +00:00
parent 89df436f84
commit ca91a97826
18 changed files with 15 additions and 31 deletions

View File

@@ -493,7 +493,6 @@ void *AllocSprite(size_t mem_req)
* 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
* @param available available 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 */