mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-07 22:24:57 +00:00
fix: resolve all remaining compilation warnings
This commit is contained in:
@@ -899,7 +899,7 @@ int CGameNetworkManager::ServerThreadProc( void* lpParameter )
|
||||
IntCache::ReleaseThreadStorage();
|
||||
Level::destroyLightingCache();
|
||||
|
||||
if(lpParameter != NULL) delete lpParameter;
|
||||
if(lpParameter != NULL) delete (NetworkGameInitData*)lpParameter;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user