aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorMax Horn2004-09-25 23:26:46 +0000
committerMax Horn2004-09-25 23:26:46 +0000
commit61b7e2155a958c471771da3339a8f1ffcfd633de (patch)
treef8595d035e6c432155410ffcd4db325c5d331b5a /sword2
parentdb00315d5ba6d69e8db72d8e0e5631b657825835 (diff)
downloadscummvm-rg350-61b7e2155a958c471771da3339a8f1ffcfd633de.tar.gz
scummvm-rg350-61b7e2155a958c471771da3339a8f1ffcfd633de.tar.bz2
scummvm-rg350-61b7e2155a958c471771da3339a8f1ffcfd633de.zip
Fix doxygen warnings
svn-id: r15277
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/palette.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/driver/palette.cpp b/sword2/driver/palette.cpp
index c63f8a1439..621ac1a7a1 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -54,6 +54,7 @@ uint8 Graphics::quickMatch(uint8 r, uint8 g, uint8 b) {
* @param startEntry the first colour entry to set
* @param noEntries the number of colour entries to set
* @param colourTable the new colour entries
+ * @param fadeNow whether to perform the change immediately or delayed
*/
void Graphics::setPalette(int16 startEntry, int16 noEntries, byte *colourTable, uint8 fadeNow) {