diff --git a/src/shared/cstrike/w_ak47.c b/src/shared/cstrike/w_ak47.c index d6cd5bca..ca7a9aea 100644 --- a/src/shared/cstrike/w_ak47.c +++ b/src/shared/cstrike/w_ak47.c @@ -248,8 +248,8 @@ weapon_t w_ak47 = .slot = 0, .slot_pos = 7, .ki_spr = "sprites/640hud1.spr_0.tga", - .ki_size = [32,16], - .ki_xy = [192,16], + .ki_size = [48,16], + .ki_xy = [192,80], .draw = w_ak47_draw, .holster = __NULL__, .primary = w_ak47_primary, diff --git a/src/shared/cstrike/w_aug.c b/src/shared/cstrike/w_aug.c index 7b3cb06c..32abd631 100644 --- a/src/shared/cstrike/w_aug.c +++ b/src/shared/cstrike/w_aug.c @@ -273,8 +273,8 @@ weapon_t w_aug = 0, 10, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [44,16], + [148,240], w_aug_draw, __NULL__, w_aug_primary, diff --git a/src/shared/cstrike/w_awp.c b/src/shared/cstrike/w_awp.c index b294712a..f797973d 100644 --- a/src/shared/cstrike/w_awp.c +++ b/src/shared/cstrike/w_awp.c @@ -299,8 +299,8 @@ weapon_t w_awp = 0, 12, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,128], w_awp_draw, __NULL__, w_awp_primary, diff --git a/src/shared/cstrike/w_deagle.c b/src/shared/cstrike/w_deagle.c index 65cdf870..c7adc886 100644 --- a/src/shared/cstrike/w_deagle.c +++ b/src/shared/cstrike/w_deagle.c @@ -254,7 +254,7 @@ weapon_t w_deagle = 2, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [224,16], w_deagle_draw, __NULL__, w_deagle_primary, diff --git a/src/shared/cstrike/w_elites.c b/src/shared/cstrike/w_elites.c index e8349a14..9da1565d 100644 --- a/src/shared/cstrike/w_elites.c +++ b/src/shared/cstrike/w_elites.c @@ -304,8 +304,8 @@ weapon_t w_elites = 1, 4, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [57,16], + [52,240], w_elites_draw, __NULL__, w_elites_primary, diff --git a/src/shared/cstrike/w_fiveseven.c b/src/shared/cstrike/w_fiveseven.c index 8ee2523f..a4c20d8d 100644 --- a/src/shared/cstrike/w_fiveseven.c +++ b/src/shared/cstrike/w_fiveseven.c @@ -252,9 +252,9 @@ weapon_t w_fiveseven = ITEM_FIVESEVEN, 1, 5, - "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + "sprites/640hud16.spr_0.tga", + [48,16], + [192,0], w_fiveseven_draw, __NULL__, w_fiveseven_primary, diff --git a/src/shared/cstrike/w_flashbang.c b/src/shared/cstrike/w_flashbang.c index 16b2db6a..ec28c9b1 100644 --- a/src/shared/cstrike/w_flashbang.c +++ b/src/shared/cstrike/w_flashbang.c @@ -267,8 +267,8 @@ weapon_t w_flashbang = 3, 1, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,192], w_flashbang_draw, __NULL__, w_flashbang_primary, diff --git a/src/shared/cstrike/w_g3sg1.c b/src/shared/cstrike/w_g3sg1.c index ab995f33..79be3c38 100644 --- a/src/shared/cstrike/w_g3sg1.c +++ b/src/shared/cstrike/w_g3sg1.c @@ -264,8 +264,8 @@ weapon_t w_g3sg1 = 0, 13, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,144], w_g3sg1_draw, __NULL__, w_g3sg1_primary, diff --git a/src/shared/cstrike/w_hegrenade.c b/src/shared/cstrike/w_hegrenade.c index f83585b5..83b31e29 100644 --- a/src/shared/cstrike/w_hegrenade.c +++ b/src/shared/cstrike/w_hegrenade.c @@ -270,7 +270,7 @@ weapon_t w_hegrenade = 0, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [224,192], w_hegrenade_draw, __NULL__, w_hegrenade_primary, diff --git a/src/shared/cstrike/w_knife.c b/src/shared/cstrike/w_knife.c index d04010ec..f992d812 100644 --- a/src/shared/cstrike/w_knife.c +++ b/src/shared/cstrike/w_knife.c @@ -216,8 +216,8 @@ weapon_t w_knife = 2, 0, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,0], w_knife_draw, __NULL__, w_knife_primary, diff --git a/src/shared/cstrike/w_m3.c b/src/shared/cstrike/w_m3.c index 370d49fb..779e268f 100644 --- a/src/shared/cstrike/w_m3.c +++ b/src/shared/cstrike/w_m3.c @@ -288,8 +288,8 @@ weapon_t w_m3 = 0, 0, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,48], w_m3_draw, __NULL__, w_m3_primary, diff --git a/src/shared/cstrike/w_m4a1.c b/src/shared/cstrike/w_m4a1.c index fe230bb3..665a358d 100644 --- a/src/shared/cstrike/w_m4a1.c +++ b/src/shared/cstrike/w_m4a1.c @@ -338,8 +338,8 @@ weapon_t w_m4a1 = .slot = 0, .slot_pos = 9, .ki_spr = "sprites/640hud1.spr_0.tga", - .ki_size = [32,16], - .ki_xy = [192,16], + .ki_size = [48,16], + .ki_xy = [192,96], .draw = w_m4a1_draw, .holster = __NULL__, .primary = w_m4a1_primary, diff --git a/src/shared/cstrike/w_mac10.c b/src/shared/cstrike/w_mac10.c index e28c517d..9fa3378e 100644 --- a/src/shared/cstrike/w_mac10.c +++ b/src/shared/cstrike/w_mac10.c @@ -247,8 +247,8 @@ weapon_t w_mac10 = 0, 5, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [34,16], + [109,240], w_mac10_draw, __NULL__, w_mac10_primary, diff --git a/src/shared/cstrike/w_mp5.c b/src/shared/cstrike/w_mp5.c index 22be80d8..1488516d 100644 --- a/src/shared/cstrike/w_mp5.c +++ b/src/shared/cstrike/w_mp5.c @@ -253,7 +253,7 @@ weapon_t w_mp5 = 2, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [192,64], w_mp5_draw, __NULL__, w_mp5_primary, diff --git a/src/shared/cstrike/w_p228.c b/src/shared/cstrike/w_p228.c index 4e897aab..3902c2d9 100644 --- a/src/shared/cstrike/w_p228.c +++ b/src/shared/cstrike/w_p228.c @@ -261,7 +261,7 @@ weapon_t w_p228 = 3, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [224,32], w_p228_draw, __NULL__, w_p228_primary, diff --git a/src/shared/cstrike/w_p90.c b/src/shared/cstrike/w_p90.c index 95d4687e..778075df 100644 --- a/src/shared/cstrike/w_p90.c +++ b/src/shared/cstrike/w_p90.c @@ -248,8 +248,8 @@ weapon_t w_p90 = 0, 3, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,176], w_p90_draw, __NULL__, w_p90_primary, diff --git a/src/shared/cstrike/w_para.c b/src/shared/cstrike/w_para.c index d2b06aaa..7b94118e 100644 --- a/src/shared/cstrike/w_para.c +++ b/src/shared/cstrike/w_para.c @@ -244,8 +244,8 @@ weapon_t w_para = 0, 15, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,160], w_para_draw, __NULL__, w_para_primary, diff --git a/src/shared/cstrike/w_scout.c b/src/shared/cstrike/w_scout.c index c8f7a9b3..7cadd722 100644 --- a/src/shared/cstrike/w_scout.c +++ b/src/shared/cstrike/w_scout.c @@ -296,8 +296,8 @@ weapon_t w_scout = 0, 11, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,208], w_scout_draw, __NULL__, w_scout_primary, diff --git a/src/shared/cstrike/w_sg550.c b/src/shared/cstrike/w_sg550.c index 3a5528c8..b9bb5425 100644 --- a/src/shared/cstrike/w_sg550.c +++ b/src/shared/cstrike/w_sg550.c @@ -264,9 +264,9 @@ weapon_t w_sg550 = ITEM_SG550, 0, 14, - "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + "sprites/640hud16.spr_0.tga", + [48,16], + [192,48], w_sg550_draw, __NULL__, w_sg550_primary, diff --git a/src/shared/cstrike/w_sg552.c b/src/shared/cstrike/w_sg552.c index 3dbd5ba2..4546cd5c 100644 --- a/src/shared/cstrike/w_sg552.c +++ b/src/shared/cstrike/w_sg552.c @@ -273,8 +273,8 @@ weapon_t w_sg552 = 0, 8, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,112], w_sg552_draw, __NULL__, w_sg552_primary, diff --git a/src/shared/cstrike/w_smokegrenade.c b/src/shared/cstrike/w_smokegrenade.c index 7e6e8814..09eceda1 100644 --- a/src/shared/cstrike/w_smokegrenade.c +++ b/src/shared/cstrike/w_smokegrenade.c @@ -266,7 +266,7 @@ weapon_t w_smokegrenade = 2, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [224,192], w_smokegrenade_draw, __NULL__, w_smokegrenade_primary, diff --git a/src/shared/cstrike/w_tmp.c b/src/shared/cstrike/w_tmp.c index 0b0d4fbb..5a7d0dfd 100644 --- a/src/shared/cstrike/w_tmp.c +++ b/src/shared/cstrike/w_tmp.c @@ -249,7 +249,7 @@ weapon_t w_tmp = 6, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [224,64], w_tmp_draw, __NULL__, w_tmp_primary, diff --git a/src/shared/cstrike/w_ump45.c b/src/shared/cstrike/w_ump45.c index 34faf977..8b9f6380 100644 --- a/src/shared/cstrike/w_ump45.c +++ b/src/shared/cstrike/w_ump45.c @@ -247,9 +247,9 @@ weapon_t w_ump45 = ITEM_UMP45, 0, 4, - "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + "sprites/640hud16.spr_0.tga", + [48,16], + [192,80], w_ump45_draw, __NULL__, w_ump45_primary, diff --git a/src/shared/cstrike/w_usp45.c b/src/shared/cstrike/w_usp45.c index 23a499b7..76f58703 100644 --- a/src/shared/cstrike/w_usp45.c +++ b/src/shared/cstrike/w_usp45.c @@ -334,7 +334,7 @@ weapon_t w_usp45 = 0, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [192,32], w_usp45_draw, __NULL__, w_usp45_primary, diff --git a/src/shared/cstrike/w_xm1014.c b/src/shared/cstrike/w_xm1014.c index e07bebfa..aa05c2db 100644 --- a/src/shared/cstrike/w_xm1014.c +++ b/src/shared/cstrike/w_xm1014.c @@ -291,8 +291,8 @@ weapon_t w_xm1014 = 0, 1, "sprites/640hud1.spr_0.tga", - [32,16], - [192,16], + [48,16], + [192,224], w_xm1014_draw, __NULL__, w_xm1014_primary,