fix: correctly declare wchAttrNameA as const in GameRuleManager
This commit is contained in:
@@ -34,7 +34,7 @@ const WCHAR *GameRuleManager::wchTagNameA[] =
|
||||
L"UpdatePlayer", // eGameRuleType_UpdatePlayerRule
|
||||
};
|
||||
|
||||
WCHAR *GameRuleManager::wchAttrNameA[] =
|
||||
const WCHAR *GameRuleManager::wchAttrNameA[] =
|
||||
{
|
||||
L"descriptionName", // eGameRuleAttr_descriptionName
|
||||
L"promptName", // eGameRuleAttr_promptName
|
||||
|
||||
Reference in New Issue
Block a user