mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +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",
|
"Special",
|
||||||
"GT_SPECIAL",
|
"GT_SPECIAL",
|
||||||
GTR_CATCHER|GTR_SPECIALSTART|GTR_ROLLINGSTART|GTR_CIRCUIT,
|
GTR_CATCHER|GTR_SPECIALSTART|GTR_ROLLINGSTART|GTR_CIRCUIT|GTR_NOPOSITION,
|
||||||
TOL_SPECIAL,
|
TOL_SPECIAL,
|
||||||
int_time,
|
int_time,
|
||||||
0,
|
0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue