SVN r114 (trunk)
This commit is contained in:
parent
b97c417101
commit
caed57baa5
38 changed files with 372 additions and 393 deletions
|
|
@ -479,9 +479,9 @@ BOOL P_Move (AActor *actor)
|
|||
fixed_t savedz = actor->z;
|
||||
|
||||
if (actor->z < tmfloorz)
|
||||
actor->z += FLOATSPEED;
|
||||
actor->z += actor->FloatSpeed;
|
||||
else
|
||||
actor->z -= FLOATSPEED;
|
||||
actor->z -= actor->FloatSpeed;
|
||||
|
||||
// [RH] Check to make sure there's nothing in the way of the float
|
||||
if (P_TestMobjZ (actor))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue