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

This commit is contained in:
TehRealSalt 2018-02-08 21:24:56 -05:00
commit 70f959815a
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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