diff options
| author | VivyaCC <21315274+enginelesscc@users.noreply.github.com> | 2026-03-06 23:25:57 +0100 |
|---|---|---|
| committer | void_17 <heroerror3@gmail.com> | 2026-03-07 23:58:51 +0700 |
| commit | 52b1882f13bfc35b052c68fafd4641829cbd34fe (patch) | |
| tree | 477ef202101f015652da1ad96c808be48eecec7b /Minecraft.Client/Common/GameRules/GameRuleManager.cpp | |
| parent | 6dfdd9032892f933a2cd23470ccd03149d114811 (diff) | |
win cpp23 compat: Minecraft.Client
Diffstat (limited to 'Minecraft.Client/Common/GameRules/GameRuleManager.cpp')
| -rw-r--r-- | Minecraft.Client/Common/GameRules/GameRuleManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/GameRules/GameRuleManager.cpp b/Minecraft.Client/Common/GameRules/GameRuleManager.cpp index 8f172443..0606808c 100644 --- a/Minecraft.Client/Common/GameRules/GameRuleManager.cpp +++ b/Minecraft.Client/Common/GameRules/GameRuleManager.cpp @@ -12,7 +12,7 @@ #include "ConsoleGameRules.h" #include "GameRuleManager.h" -WCHAR *GameRuleManager::wchTagNameA[] = +const WCHAR *GameRuleManager::wchTagNameA[] = { L"", // eGameRuleType_Root L"MapOptions", // eGameRuleType_LevelGenerationOptions @@ -34,7 +34,7 @@ WCHAR *GameRuleManager::wchTagNameA[] = L"UpdatePlayer", // eGameRuleType_UpdatePlayerRule }; -WCHAR *GameRuleManager::wchAttrNameA[] = +const WCHAR *GameRuleManager::wchAttrNameA[] = { L"descriptionName", // eGameRuleAttr_descriptionName L"promptName", // eGameRuleAttr_promptName |
