mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-18 04:32:30 +00:00
Give GTR_NOPOSITION to GT_SPECIAL
This commit is contained in:
parent
4588943352
commit
f7eddffdb4
1 changed files with 1 additions and 1 deletions
|
|
@ -3065,7 +3065,7 @@ static gametype_t defaultgametypes[] =
|
|||
{
|
||||
"Special",
|
||||
"GT_SPECIAL",
|
||||
GTR_CATCHER|GTR_SPECIALSTART|GTR_ROLLINGSTART|GTR_CIRCUIT,
|
||||
GTR_CATCHER|GTR_SPECIALSTART|GTR_ROLLINGSTART|GTR_CIRCUIT|GTR_NOPOSITION,
|
||||
TOL_SPECIAL,
|
||||
int_time,
|
||||
0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue