- horizSkew is fixed point, dokneeattack ignored that.

fixes #14
This commit is contained in:
Christoph Oelckers 2020-07-26 13:49:25 +02:00
parent 9b37489e3a
commit 5870d3d89d

View file

@ -410,7 +410,7 @@ void dokneeattack(int snum, int pi, const std::initializer_list<int> & respawnli
p->addhoriz(-48);
else
{
p->horizSkew = -48;
p->horizSkew = -48 * FRACUNIT;
}
p->return_to_center = 9;