mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Well that shows you how much we care about the old special stages *or* race!
git-svn-id: https://code.orospakr.ca/svn/srb2/trunk@8985 6de4a73c-47e2-0310-b8c1-93d6ecd3f8cd
This commit is contained in:
parent
389299230d
commit
58516ebe10
2 changed files with 2 additions and 3 deletions
|
@ -2180,8 +2180,7 @@ void G_PlayerReborn(INT32 player)
|
|||
p->health = 1; // 0 rings
|
||||
p->panim = PA_IDLE; // standing animation
|
||||
|
||||
if ((netgame || multiplayer) && !p->spectator
|
||||
&& gametype != GT_RACE)
|
||||
if ((netgame || multiplayer) && !p->spectator)
|
||||
p->powers[pw_flashing] = flashingtics-1; // Babysitting deterrent
|
||||
|
||||
if (p-players == consoleplayer)
|
||||
|
|
|
@ -1590,7 +1590,7 @@ static void ST_drawSpecialStageHUD(void)
|
|||
if (sstimer)
|
||||
{
|
||||
V_DrawString(hudinfo[HUD_TIMELEFT].x, STRINGY(hudinfo[HUD_TIMELEFT].y), V_HUDTRANS, M_GetText("TIME LEFT"));
|
||||
ST_DrawNightsOverlayNum(SCX(hudinfo[HUD_TIMELEFTNUM].x), SCY(hudinfo[HUD_TIMELEFTNUM].y), V_HUDTRANS, sstimer/TICRATE, tallnum, SKINCOLOR_WHITE);
|
||||
ST_DrawNumFromHud(HUD_TIMELEFTNUM, sstimer/TICRATE);
|
||||
}
|
||||
else
|
||||
ST_DrawPatchFromHud(HUD_TIMEUP, timeup);
|
||||
|
|
Loading…
Reference in a new issue