mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Remove duplicated line
git-svn-id: https://svn.eduke32.com/eduke32@7074 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ebcebbde5e
commit
e69aac2b93
1 changed files with 0 additions and 2 deletions
|
@ -2946,8 +2946,6 @@ void P_GetInput(int playerNum)
|
|||
if (BUTTON(gamefunc_Strafe))
|
||||
{
|
||||
staticInput.svel = -(info[0].dyaw + dyaw) >> 3;
|
||||
staticInput.svel = -(info[0].dyaw + dyaw) >> 3;
|
||||
|
||||
dyaw = (info[0].dyaw + dyaw) % 8;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue