diff --git a/Minecraft.Client/Platform/Common/GameRules/LevelGenerationOptions.cpp b/Minecraft.Client/Platform/Common/GameRules/LevelGenerationOptions.cpp index 24bea274c..cc5b5dfcf 100644 --- a/Minecraft.Client/Platform/Common/GameRules/LevelGenerationOptions.cpp +++ b/Minecraft.Client/Platform/Common/GameRules/LevelGenerationOptions.cpp @@ -65,7 +65,7 @@ LevelGenerationOptions::LevelGenerationOptions(DLCPack* parentPack) { m_bRequiresGameRules = false; m_pbBaseSaveData = NULL; - m_dwBaseSaveSize = 0; + m_baseSaveSize = 0; m_parentDLCPack = parentPack; m_bLoadingData = false; diff --git a/Minecraft.Client/Platform/Common/Telemetry/TelemetryManager.h b/Minecraft.Client/Platform/Common/Telemetry/TelemetryManager.h index 03d21cfa6..1241c1e86 100644 --- a/Minecraft.Client/Platform/Common/Telemetry/TelemetryManager.h +++ b/Minecraft.Client/Platform/Common/Telemetry/TelemetryManager.h @@ -4,7 +4,7 @@ // SentientManager.h -> MinecraftTelemetry.h. Using the Windows64 path would // cause duplicate enum definitions. #if defined(__linux__) -#include "../../Minecraft.Client/Platform/Orbis/Sentient/TelemetryEnum.h" +#include "../../Minecraft.Client/Platform/Linux/Sentient/TelemetryEnum.h" #else #include "../../Minecraft.Client/Platform/Windows64/Sentient/TelemetryEnum.h" #endif