mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Increase default hint weight
This commit is contained in:
parent
cb655f863c
commit
cbe14d74c8
1 changed files with 1 additions and 1 deletions
|
|
@ -11769,7 +11769,7 @@ static boolean P_SetupSpawnedMapThing(mapthing_t *mthing, mobj_t *mobj, boolean
|
||||||
// Steering amount
|
// Steering amount
|
||||||
if (mthing->args[1] == 0)
|
if (mthing->args[1] == 0)
|
||||||
{
|
{
|
||||||
mobj->extravalue2 = 2;
|
mobj->extravalue2 = 4;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue