mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Clear misleading-indentation warnings
This commit is contained in:
parent
4e9e18df82
commit
1b82918384
2 changed files with 4 additions and 0 deletions
|
@ -8312,7 +8312,9 @@ static void M_EraseGuest(INT32 choice)
|
||||||
/*if (currentMenu == &SP_NightsGuestReplayDef)
|
/*if (currentMenu == &SP_NightsGuestReplayDef)
|
||||||
M_SetupNextMenu(&SP_NightsAttackDef);
|
M_SetupNextMenu(&SP_NightsAttackDef);
|
||||||
else*/
|
else*/
|
||||||
|
{
|
||||||
M_SetupNextMenu(&SP_TimeAttackDef);
|
M_SetupNextMenu(&SP_TimeAttackDef);
|
||||||
|
}
|
||||||
CV_AddValue(&cv_nextmap, -1);
|
CV_AddValue(&cv_nextmap, -1);
|
||||||
CV_AddValue(&cv_nextmap, 1);
|
CV_AddValue(&cv_nextmap, 1);
|
||||||
M_StartMessage(M_GetText("Guest replay data erased.\n"),NULL,MM_NOTHING);
|
M_StartMessage(M_GetText("Guest replay data erased.\n"),NULL,MM_NOTHING);
|
||||||
|
|
|
@ -2305,7 +2305,9 @@ static void P_CheckInvincibilityTimer(player_t *player)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//if (mariomode && !player->powers[pw_super]) // SRB2kart
|
//if (mariomode && !player->powers[pw_super]) // SRB2kart
|
||||||
|
{
|
||||||
player->mo->color = (UINT8)(1 + (leveltime % (MAXSKINCOLORS-1)));
|
player->mo->color = (UINT8)(1 + (leveltime % (MAXSKINCOLORS-1)));
|
||||||
|
}
|
||||||
/*if (leveltime % (TICRATE/7) == 0)
|
/*if (leveltime % (TICRATE/7) == 0)
|
||||||
{
|
{
|
||||||
mobj_t *sparkle = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->z, MT_IVSP);
|
mobj_t *sparkle = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->z, MT_IVSP);
|
||||||
|
|
Loading…
Reference in a new issue