mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
9b37489e3a
commit
5870d3d89d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue