From: Samual Lenks Date: Thu, 2 Jan 2014 23:29:00 +0000 (-0500) Subject: Make the declaration in weapons.qh match in weapons.qc X-Git-Tag: xonotic-v0.8.0~152^2~154 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=221e448112bea2a39a0bc9714c35e61040a842a3;p=xonotic%2Fxonotic-data.pk3dir.git Make the declaration in weapons.qh match in weapons.qc --- diff --git a/qcsrc/common/weapons/weapons.qh b/qcsrc/common/weapons/weapons.qh index 70e476658..ca16f654a 100644 --- a/qcsrc/common/weapons/weapons.qh +++ b/qcsrc/common/weapons/weapons.qh @@ -140,8 +140,8 @@ void register_weapon( vector clr, string modelname, string crosshair, - string shortname, - string wname); + string refname, + string wepname); void register_weapons_done();