Merge remote-tracking branch 'refs/remotes/origin/master' into sonicitems

This commit is contained in:
TehRealSalt 2018-02-09 21:16:10 -05:00
commit 819d370fb3
3 changed files with 3 additions and 1 deletions

View File

@ -3262,7 +3262,7 @@ void K_CheckBalloons(void)
{
UINT8 i;
UINT8 numingame = 0;
INT8 winnernum = -1;
SINT8 winnernum = -1;
#if 0
return; // set to 1 to test comeback mechanics while alone

View File

@ -1400,6 +1400,7 @@ fixed_t P_GetMobjGravity(mobj_t *mo)
break;
case MT_WATERDROP:
gravityadd >>= 1;
break;
case MT_BANANAITEM:
case MT_FAKEITEM:
case MT_MINEITEM:

View File

@ -1262,6 +1262,7 @@ void V_DrawKartString(INT32 x, INT32 y, INT32 option, const char *string)
{
case V_MONOSPACE:
spacewidth = 12;
/* FALLTHRU */
case V_OLDSPACING:
charwidth = 12;
break;