diff --git a/Minecraft.Client/Common/Media/MediaWindows64/Graphics/ControlType/windows.swf b/Minecraft.Client/Common/Media/MediaWindows64/Graphics/ControlType/windows.swf index fa133d36..691d0cec 100644 Binary files a/Minecraft.Client/Common/Media/MediaWindows64/Graphics/ControlType/windows.swf and b/Minecraft.Client/Common/Media/MediaWindows64/Graphics/ControlType/windows.swf differ diff --git a/Minecraft.World/HangingEntity.cpp b/Minecraft.World/HangingEntity.cpp index 08d61496..25d3c697 100644 --- a/Minecraft.World/HangingEntity.cpp +++ b/Minecraft.World/HangingEntity.cpp @@ -11,7 +11,7 @@ const int HangingEntity::kApplicableDLCIds[] = { - 1030, + // 1030, 1034, }; diff --git a/Minecraft.World/HangingEntity.h b/Minecraft.World/HangingEntity.h index 992b41ff..518758e4 100644 --- a/Minecraft.World/HangingEntity.h +++ b/Minecraft.World/HangingEntity.h @@ -13,7 +13,7 @@ private: int checkInterval; //eINSTANCEOF eType; - static const int kApplicableDLCIds[2]; + static const int kApplicableDLCIds[1]; inline bool IsApplicableDLC(int id) { for (int i = 0; i < sizeof(kApplicableDLCIds) / sizeof(kApplicableDLCIds[0]); ++i)