From 221e448112bea2a39a0bc9714c35e61040a842a3 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 2 Jan 2014 18:29:00 -0500 Subject: [PATCH] Make the declaration in weapons.qh match in weapons.qc --- qcsrc/common/weapons/weapons.qh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2