mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Merge pull request #35 from ScatterBox/main
This commit is contained in:
commit
e0896c1e63
1 changed files with 2 additions and 1 deletions
|
@ -1725,8 +1725,9 @@ void HUD_Draw (void) {
|
||||||
}
|
}
|
||||||
HUD_Points();
|
HUD_Points();
|
||||||
HUD_Point_Change();
|
HUD_Point_Change();
|
||||||
|
#ifdef VITA
|
||||||
HUD_Achievement();
|
HUD_Achievement();
|
||||||
|
#endif
|
||||||
|
|
||||||
if (domaxammo == true) {
|
if (domaxammo == true) {
|
||||||
if (maxammoopac <= 0) {
|
if (maxammoopac <= 0) {
|
||||||
|
|
Loading…
Reference in a new issue