mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Bad parathesis
This commit is contained in:
parent
9777489bb8
commit
fc862c999d
2 changed files with 2 additions and 1 deletions
|
|
@ -1241,6 +1241,7 @@ static inline void CL_DrawConnectionStatus(void)
|
||||||
case CL_ASKDOWNLOADFILES:
|
case CL_ASKDOWNLOADFILES:
|
||||||
case CL_WAITDOWNLOADFILESRESPONSE:
|
case CL_WAITDOWNLOADFILESRESPONSE:
|
||||||
cltext = M_GetText("Waiting to download files...");
|
cltext = M_GetText("Waiting to download files...");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
cltext = M_GetText("Connecting to server...");
|
cltext = M_GetText("Connecting to server...");
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -5412,7 +5412,7 @@ static void DrawReplayHutReplayInfo(void)
|
||||||
V_DrawThinString(x, y+9, V_SNAPTOTOP|V_ALLOWLOWERCASE, va("(%d laps)", demolist[dir_on[menudepthleft]].numlaps));
|
V_DrawThinString(x, y+9, V_SNAPTOTOP|V_ALLOWLOWERCASE, va("(%d laps)", demolist[dir_on[menudepthleft]].numlaps));
|
||||||
|
|
||||||
V_DrawString(x, y+20, V_SNAPTOTOP|V_ALLOWLOWERCASE, demolist[dir_on[menudepthleft]].gametype == GT_RACE ?
|
V_DrawString(x, y+20, V_SNAPTOTOP|V_ALLOWLOWERCASE, demolist[dir_on[menudepthleft]].gametype == GT_RACE ?
|
||||||
va("Race (%s speed)", kartspeed_cons_t[demolist[(dir_on[menudepthleft]].kartspeed & ~DF_ENCORE) + 1].strvalue) :
|
va("Race (%s speed)", kartspeed_cons_t[(demolist[dir_on[menudepthleft]].kartspeed & ~DF_ENCORE) + 1].strvalue) :
|
||||||
"Battle Mode");
|
"Battle Mode");
|
||||||
|
|
||||||
if (!demolist[dir_on[menudepthleft]].standings[0].ranking)
|
if (!demolist[dir_on[menudepthleft]].standings[0].ranking)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue