Fix bad copy paste
This commit is contained in:
parent
1ef87baf3f
commit
654aaa6065
1 changed files with 1 additions and 1 deletions
|
|
@ -8375,7 +8375,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
|||
|
||||
if (gamespeed == KARTSPEED_EASY)
|
||||
distbarrier = FixedMul(distbarrier, FRACUNIT-FRACUNIT/4);
|
||||
else if (gamespeed == KARTSPEED_EASY)
|
||||
else if (gamespeed == KARTSPEED_HARD)
|
||||
distbarrier = FixedMul(distbarrier, FRACUNIT+FRACUNIT/4);
|
||||
|
||||
if ((gametyperules & GTR_CIRCUIT) && mobj->tracer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue