Fix uninitialised variable error toaster found in P_MinecartThink

This commit is contained in:
Monster Iestyn 2019-08-11 22:14:50 +01:00
parent 0ba2b28381
commit 92b47f8729
1 changed files with 1 additions and 1 deletions

View File

@ -10391,7 +10391,7 @@ static void P_MinecartThink(player_t *player)
if (P_IsObjectOnGround(minecart))
{
sector_t *sec;
INT32 lnum;
INT32 lnum = -1;
fixed_t dummy;
// Just hit floor.