diff options
author | Johannes Schickel | 2008-11-20 19:49:21 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-11-20 19:49:21 +0000 |
commit | 858cf88c4721d669ec0b4ab47230378cc5ca4e84 (patch) | |
tree | 74e2f4bd6e5ba38be1744bdedcd9f4edb9dadb79 | |
parent | 4368081c555a2eda46e8b0743761bbe2db607da8 (diff) | |
download | scummvm-rg350-858cf88c4721d669ec0b4ab47230378cc5ca4e84.tar.gz scummvm-rg350-858cf88c4721d669ec0b4ab47230378cc5ca4e84.tar.bz2 scummvm-rg350-858cf88c4721d669ec0b4ab47230378cc5ca4e84.zip |
Updated documentation.
svn-id: r35134
-rw-r--r-- | graphics/imageman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imageman.h b/graphics/imageman.h index f555b4c844..474b0dade5 100644 --- a/graphics/imageman.h +++ b/graphics/imageman.h @@ -44,7 +44,7 @@ public: * adds an .zip archive to the pool where the ImageManager searches * for image files * - * @param name the name of the archive + * @param name the name of the archive (has to be full path) * @return true on success and false on failure */ bool addArchive(const Common::String &name); |