- Duke (RR): Also fix location of `p->apply_seasick()` in the ticker as well.

This commit is contained in:
Mitchell Richters 2021-01-03 20:06:28 +11:00
parent 6058669e29
commit f036e94cca
1 changed files with 1 additions and 1 deletions

View File

@ -3578,6 +3578,7 @@ void processinput_r(int snum)
doubvel = TICSPERFRAME;
checklook(snum, actions);
p->apply_seasick(1);
if (p->on_crane != nullptr)
goto HORIZONLY;
@ -3639,7 +3640,6 @@ void processinput_r(int snum)
sb_avel = p->adjustavel(sb_avel);
applylook(&p->angle, sb_avel, &p->sync.actions);
p->apply_seasick(1);
}
if (p->spritebridge == 0)