Actually, this is the right coordinate for the defusal kit HUD icon...

This commit is contained in:
Marco Cawthorne 2019-01-05 20:31:10 +01:00
parent 09667d161c
commit 910c94a15f

View file

@ -174,7 +174,7 @@ void HUD_DrawIcons(void) {
// Defusal Kit Icon (64, 148)
if (getstatf(STAT_EQUIPMENT) & EQUIPMENT_DEFUSALKIT) {
drawsubpic(iconpos, [32,32], HUD_NUMFILE_LAYER, [0.25, 0.578125], [0.125, 0.125], [0,1,0], 1, DRAWFLAG_ADDITIVE);
drawsubpic(iconpos, [32,32], HUD_NUMFILE_LAYER, [0.125, 0.578125], [0.125, 0.125], [0,1,0], 1, DRAWFLAG_ADDITIVE);
iconpos[1] += 32;
}