mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- remove code meant to have been deleted when performing e474ebc2b7
. Makes processinput_r()
match processinput_d()
.
This commit is contained in:
parent
bc103595ce
commit
2bdf5f38e5
1 changed files with 0 additions and 3 deletions
|
@ -4030,9 +4030,6 @@ HORIZONLY:
|
|||
return;
|
||||
}
|
||||
|
||||
if (!cl_syncinput && p->return_to_center > 0)
|
||||
p->return_to_center--;
|
||||
|
||||
if (sb_snum & SKB_CENTER_VIEW || p->hard_landing)
|
||||
{
|
||||
playerCenterView(snum);
|
||||
|
|
Loading…
Reference in a new issue