mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Reposition it a bit
This commit is contained in:
parent
df0cb3bbea
commit
8b40a3e8dd
1 changed files with 2 additions and 2 deletions
|
@ -559,7 +559,7 @@ void HUD_MaxAmmo(void)
|
||||||
maxammoy -= cl.time * 0.003;
|
maxammoy -= cl.time * 0.003;
|
||||||
maxammoopac -= 5;
|
maxammoopac -= 5;
|
||||||
|
|
||||||
Draw_ColoredString(vid.width/2 - strlen("MAX AMMO!")*4, maxammoy, "MAX AMMO!", 255, 255, 255, maxammoopac, 1);
|
Draw_ColoredString(vid.width/2 - strlen("MAX AMMO!")*2, maxammoy, "MAX AMMO!", 255, 255, 255, maxammoopac, 1);
|
||||||
|
|
||||||
if (maxammoopac <= 0) {
|
if (maxammoopac <= 0) {
|
||||||
domaxammo = false;
|
domaxammo = false;
|
||||||
|
@ -1417,7 +1417,7 @@ void HUD_Draw (void)
|
||||||
if (domaxammo == true) {
|
if (domaxammo == true) {
|
||||||
if (maxammoopac <= 0) {
|
if (maxammoopac <= 0) {
|
||||||
maxammoopac = 255;
|
maxammoopac = 255;
|
||||||
maxammoy = 250;
|
maxammoy = 100;
|
||||||
}
|
}
|
||||||
HUD_MaxAmmo();
|
HUD_MaxAmmo();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue