Clear misleading-indentation warnings

This commit is contained in:
Alam Ed Arias 2023-10-17 19:56:27 -04:00
parent 4e9e18df82
commit 1b82918384
2 changed files with 4 additions and 0 deletions

View file

@ -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);

View file

@ -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);