mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|
||||
if (mthing->args[1] == 0)
|
||||
{
|
||||
mobj->extravalue2 = 2;
|
||||
mobj->extravalue2 = 4;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue