Fix the barrels getting stuck in Explodatorium
This commit is contained in:
parent
af40720d37
commit
bc72c2284e
1 changed files with 2 additions and 0 deletions
|
|
@ -1805,6 +1805,8 @@ void P_XYMovement(mobj_t *mo)
|
|||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
mo->momx = mo->momy = 0;
|
||||
}
|
||||
}
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue