mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
Revert wrongly committed code
This commit is contained in:
parent
3e8d50a44a
commit
8fd251b54c
1 changed files with 2 additions and 2 deletions
|
|
@ -6565,8 +6565,8 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
|||
}
|
||||
else if (P_IsObjectOnGround(mobj))
|
||||
{
|
||||
//mobj->momx = 1;
|
||||
//mobj->momy = 0;
|
||||
mobj->momx = 1;
|
||||
mobj->momy = 0;
|
||||
mobj->flags &= ~MF_NOCLIPTHING;
|
||||
mobj->flags |= MF_NOGRAVITY;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue