From a49c64799fc4985b22ff01cd2aa332d0e2ddec54 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 25 May 2006 18:31:56 +0000 Subject: Fixed comment to make it less obvious where I copied the general structure of the palette manager from. svn-id: r22628 --- graphics/paletteman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3