mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 02:15:38 +00:00
chore: resolve some void* memset cast warnings
This commit is contained in:
@@ -265,7 +265,7 @@ typedef struct _LaunchMoreOptionsMenuInitData
|
||||
|
||||
_LaunchMoreOptionsMenuInitData()
|
||||
{
|
||||
memset(this,0,sizeof(_LaunchMoreOptionsMenuInitData));
|
||||
memset((void*)this,0,sizeof(_LaunchMoreOptionsMenuInitData));
|
||||
bOnlineGame = TRUE;
|
||||
bAllowFriendsOfFriends = TRUE;
|
||||
bPVP = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user