WERROR fixes

This commit is contained in:
toaster 2025-08-12 12:55:04 +01:00
parent 18307871bf
commit 2b3697e8c8
2 changed files with 2 additions and 1 deletions

View file

@ -14199,7 +14199,6 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
// To try and help close this gap, we fudge Ring Box payouts to allow weaker characters
// better access to things that make them go fast, without changing core handling.
UINT8 speed = player->kartspeed;
UINT8 accel = 10-player->kartspeed;
UINT8 weight = player->kartweight;

View file

@ -257,6 +257,8 @@ boolean Obj_AllowNextAncientGearSpawn(void)
void Obj_AncientGearSetup(mobj_t *gear, mapthing_t *mt)
{
(void)mt;
mobj_t *part = gear;
while ((part = part->hnext))
{