mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Duke (RR): Also fix location of p->apply_seasick()
in the ticker as well.
This commit is contained in:
parent
6058669e29
commit
f036e94cca
1 changed files with 1 additions and 1 deletions
|
@ -3578,6 +3578,7 @@ void processinput_r(int snum)
|
||||||
doubvel = TICSPERFRAME;
|
doubvel = TICSPERFRAME;
|
||||||
|
|
||||||
checklook(snum, actions);
|
checklook(snum, actions);
|
||||||
|
p->apply_seasick(1);
|
||||||
|
|
||||||
if (p->on_crane != nullptr)
|
if (p->on_crane != nullptr)
|
||||||
goto HORIZONLY;
|
goto HORIZONLY;
|
||||||
|
@ -3639,7 +3640,6 @@ void processinput_r(int snum)
|
||||||
|
|
||||||
sb_avel = p->adjustavel(sb_avel);
|
sb_avel = p->adjustavel(sb_avel);
|
||||||
applylook(&p->angle, sb_avel, &p->sync.actions);
|
applylook(&p->angle, sb_avel, &p->sync.actions);
|
||||||
p->apply_seasick(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p->spritebridge == 0)
|
if (p->spritebridge == 0)
|
||||||
|
|
Loading…
Reference in a new issue