mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
UC_ROUNDSPLAYED: correct wording to "Prison"
This commit is contained in:
parent
8d78e798a8
commit
a50f665d68
1 changed files with 1 additions and 1 deletions
|
|
@ -1002,7 +1002,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
||||||
work = " Race";
|
work = " Race";
|
||||||
break;
|
break;
|
||||||
case GDGT_PRISONS:
|
case GDGT_PRISONS:
|
||||||
work = " Capsule";
|
work = " Prison";
|
||||||
break;
|
break;
|
||||||
case GDGT_BATTLE:
|
case GDGT_BATTLE:
|
||||||
work = " Battle";
|
work = " Battle";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue