mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
- re-added the hud_input call that somehow got lost.
This commit is contained in:
parent
29e107ad24
commit
d1b4c34ff9
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ int domovethings()
|
|||
if (p->pals.a > 0)
|
||||
p->pals.a--;
|
||||
|
||||
hud_input(i);
|
||||
fi.processinput(i);
|
||||
fi.checksectors(i);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue