mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 14:10:47 +00:00
fix: resolve all remaining compilation warnings
This commit is contained in:
@@ -18,7 +18,7 @@ bool TheEndPortal::allowAnywhere()
|
||||
|
||||
void TheEndPortal::allowAnywhere(bool set)
|
||||
{
|
||||
TlsSetValue(tlsIdx,(LPVOID)(set?1:0));
|
||||
TlsSetValue(tlsIdx,(LPVOID)(intptr_t)(set?1:0));
|
||||
}
|
||||
|
||||
TheEndPortal::TheEndPortal(int id, Material *material) : EntityTile(id, material, isSolidRender())
|
||||
|
||||
Reference in New Issue
Block a user