ugly looking line fix
This commit is contained in:
parent
a1c3c6b9e1
commit
18c17b6b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ static void K_drawKartItem(void)
|
|||
else
|
||||
localpatch = kp_nodraw;
|
||||
}
|
||||
else if ((K_GetShieldFromPlayer(stplyr) == KSHIELD_BUBBLE))
|
||||
else if (K_GetShieldFromPlayer(stplyr) == KSHIELD_BUBBLE)
|
||||
{
|
||||
localpatch = kp_bubbleshield[offset];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue