mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 08:26:27 +00:00
Fix Linux build warnings
This commit is contained in:
@@ -30,6 +30,9 @@ ModelPart * HumanoidModel::AddOrRetrievePart(SKIN_BOX *pBox)
|
||||
case eBodyPart_Leg1:
|
||||
pAttachTo=leg1;
|
||||
break;
|
||||
case eBodyPart_Unknown:
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// first check this box doesn't already exist
|
||||
|
||||
Reference in New Issue
Block a user