From 272b55ff7c03aeb01a99eefeeb6384380c17c476 Mon Sep 17 00:00:00 2001 From: Kyzentun Date: Wed, 12 Feb 2014 14:49:32 -0700 Subject: [PATCH] Comment in Style.h was misleading. --- src/Style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Style.h b/src/Style.h index 78b2457b2b..e3d5885991 100644 --- a/src/Style.h +++ b/src/Style.h @@ -32,7 +32,7 @@ public: /** * @brief The name of the style. * - * At this time, it is currently unused. */ + * Used by GameManager::GameAndStringToStyle to determine whether this is the style that matches the string. */ const char * m_szName; /**