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; /**