- re-added the hud_input call that somehow got lost.

This commit is contained in:
Christoph Oelckers 2020-07-17 21:09:07 +02:00
parent 29e107ad24
commit d1b4c34ff9

View file

@ -263,6 +263,7 @@ int domovethings()
if (p->pals.a > 0)
p->pals.a--;
hud_input(i);
fi.processinput(i);
fi.checksectors(i);
}