more fixes

This commit is contained in:
Leah Anderson
2026-03-02 15:37:06 -07:00
parent e835351668
commit 092001eeab
5 changed files with 27 additions and 27 deletions

View File

@@ -39,8 +39,8 @@
#include "../Minecraft.Client/Textures.h"
#include "../Minecraft.Client/TexturePackRepository.h"
#include "../Minecraft.Client/DLCTexturePack.h"
#include "../Minecraft.Client/Common\DLC\DLCPack.h"
#include "../Minecraft.Client/PS3\PS3Extras\ShutdownManager.h"
#include "../Minecraft.Client/Common/DLC/DLCPack.h"
#include "../Minecraft.Client/PS3/PS3Extras/ShutdownManager.h"
DWORD Level::tlsIdx = TlsAlloc();
@@ -4751,4 +4751,4 @@ bool Level::canCreateMore(eINSTANCEOF type, ESPAWN_TYPE spawnType)
}
}
return count < max;
}
}