Increase default hint weight

This commit is contained in:
Sally Coolatta 2021-02-26 22:56:59 -05:00
parent cb655f863c
commit cbe14d74c8

View file

@ -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
{ {