aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp')
-rw-r--r--Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp b/Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp
index d84e2a60..8ca520d6 100644
--- a/Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp
+++ b/Minecraft.Client/Common/DLC/DLCGameRulesFile.cpp
@@ -4,7 +4,7 @@
DLCGameRulesFile::DLCGameRulesFile(const wstring &path) : DLCGameRules(DLCManager::e_DLCType_GameRules,path)
{
- m_pbData = nullptr;
+ m_pbData = NULL;
m_dwBytes = 0;
}