mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 01:36:40 +00:00
fix: resolve all build warnings and notes
This commit is contained in:
@@ -351,6 +351,8 @@ void MultiplayerLocalPlayer::ride(std::shared_ptr<Entity> e) {
|
||||
case eTYPE_PIG:
|
||||
eventType = eTelemetryInGame_Ride_Pig;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
TelemetryManager->RecordEnemyKilledOrOvercome(GetXboxPad(), 0, y, 0, 0,
|
||||
@@ -480,4 +482,4 @@ void MultiplayerLocalPlayer::StressTestMove(double* tempX, double* tempY,
|
||||
absMoveTo(nx, ny, nz, yRot, xRot);
|
||||
stressTestCount++;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user