Scientist Hunt: Fixed crosshair alignment with cl_hudaspect on WEAPON_CANNON

This commit is contained in:
Marco Cawthorne 2020-08-16 07:46:02 +02:00
parent 6ff467f6ce
commit 4c61b07666

View file

@ -217,7 +217,7 @@ void w_cannon_crosshair(void)
{
#ifdef CLIENT
static vector cross_pos;
cross_pos = (g_hudres / 2) + [-12,-12];
cross_pos = g_hudmins + (g_hudres / 2) + [-12,-12];
drawsubpic(cross_pos, [24,24], g_cross_spr, [48/128,24/128], [0.1875, 0.1875], [1,1,1], 1, DRAWFLAG_NORMAL);
HUD_DrawAmmo1();
HUD_DrawAmmo2();