fix: resolve all remaining compilation warnings

This commit is contained in:
zukrmn
2026-03-08 22:40:41 +01:00
committed by JuiceyDev
parent 00148791f4
commit 42b0352ec3
26 changed files with 51 additions and 40 deletions
+1 -1
View File
@@ -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())