Merge pull request #38 from kyzentun/misleading_style_comment

Comment in Style.h was misleading.
This commit is contained in:
Jason Felds
2014-02-12 17:02:38 -05:00
+1 -1
View File
@@ -32,7 +32,7 @@ public:
/** /**
* @brief The name of the style. * @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; const char * m_szName;
/** /**