mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-20 08:02:55 +00:00
fix remaining orbis telemetry includes on linux
This commit is contained in:
parent
4c193cb36f
commit
b9059a7607
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue