From: Mario Date: Sun, 30 Nov 2014 04:46:36 +0000 (+1100) Subject: Show weapon location marker above the weapon, rather than pointing under it X-Git-Tag: xonotic-v0.8.0~122^2~15 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0fb00e64662ac1e942b29b1c2418ab69f85d270c;p=xonotic%2Fxonotic-data.pk3dir.git Show weapon location marker above the weapon, rather than pointing under it --- diff --git a/qcsrc/server/weapons/selection.qc b/qcsrc/server/weapons/selection.qc index cf8a1514b..0816ff44a 100644 --- a/qcsrc/server/weapons/selection.qc +++ b/qcsrc/server/weapons/selection.qc @@ -85,7 +85,7 @@ float client_hasweapon(entity cl, float wpn, float andammo, float complain) WaypointSprite_Spawn( (get_weaponinfo(wpn)).wpmodel, 1, 0, - world, e.origin, + world, e.origin + ('0 0 1' * e.maxs_z) * 1.2, self, 0, world, enemy, 0,