From: Mario Date: Tue, 24 Jan 2017 00:50:52 +0000 (+1000) Subject: Update the null weapon crosshair X-Git-Tag: xonotic-v0.8.2~276 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=374565e835e549a2cea178e920f5d8ea6b9e1138 Update the null weapon crosshair --- diff --git a/qcsrc/common/weapons/weapon.qh b/qcsrc/common/weapons/weapon.qh index 6ccfcae57c..67adb5aae0 100644 --- a/qcsrc/common/weapons/weapon.qh +++ b/qcsrc/common/weapons/weapon.qh @@ -72,7 +72,7 @@ CLASS(Weapon, Object) /** M: model MDL_id_ITEM */ ATTRIB(Weapon, m_model, entity); /** M: crosshair : per-weapon crosshair: "CrosshairImage Size" */ - ATTRIB(Weapon, w_crosshair, string, "gfx/crosshair1"); + ATTRIB(Weapon, w_crosshair, string, "gfx/crosshairmoustache"); /** A: crosshair : per-weapon crosshair size (argument two of "crosshair" field) */ ATTRIB(Weapon, w_crosshair_size, float, 1); /** A: reticle : per-weapon zoom reticle */