mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into democracy
This commit is contained in:
commit
70f959815a
3 changed files with 3 additions and 1 deletions
|
@ -3847,7 +3847,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
|
||||
|
|
|
@ -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_BOMBITEM:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue