This commit is contained in:
toaster 2019-07-18 00:16:01 +01:00
parent 1d5e8e249e
commit 64517a1362
1 changed files with 2 additions and 0 deletions

View File

@ -719,6 +719,8 @@ void T_ContinuousFalling(levelspecthink_t *faller)
}
}
P_CheckSector(faller->sector, false); // you might think this is irrelevant. you would be wrong
faller->sector->floorspeed = faller->speed*faller->direction;
faller->sector->ceilspeed = 42;
faller->sector->moved = true;