mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +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)
|
if (p->pals.a > 0)
|
||||||
p->pals.a--;
|
p->pals.a--;
|
||||||
|
|
||||||
|
hud_input(i);
|
||||||
fi.processinput(i);
|
fi.processinput(i);
|
||||||
fi.checksectors(i);
|
fi.checksectors(i);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue