diff options
author | Torbjörn Andersson | 2006-05-25 18:31:56 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-05-25 18:31:56 +0000 |
commit | a49c64799fc4985b22ff01cd2aa332d0e2ddec54 (patch) | |
tree | 57969f013735dace5d4a0bd173a67250680e8102 | |
parent | a3c50b5f678a4df47354040ebb69f4ad2dd30b5f (diff) | |
download | scummvm-rg350-a49c64799fc4985b22ff01cd2aa332d0e2ddec54.tar.gz scummvm-rg350-a49c64799fc4985b22ff01cd2aa332d0e2ddec54.tar.bz2 scummvm-rg350-a49c64799fc4985b22ff01cd2aa332d0e2ddec54.zip |
Fixed comment to make it less obvious where I copied the general structure of
the palette manager from.
svn-id: r22628
-rw-r--r-- | graphics/paletteman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/paletteman.h b/graphics/paletteman.h index 4659992195..6f04c09fec 100644 --- a/graphics/paletteman.h +++ b/graphics/paletteman.h @@ -101,7 +101,7 @@ private: } // End of namespace Graphics -/** Shortcut for accessing the font manager. */ +/** Shortcut for accessing the palette manager. */ #define PaletteMan (Graphics::PaletteManager::instance()) #endif |