]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make the declaration in weapons.qh match in weapons.qc
authorSamual Lenks <samual@xonotic.org>
Thu, 2 Jan 2014 23:29:00 +0000 (18:29 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 2 Jan 2014 23:29:00 +0000 (18:29 -0500)
qcsrc/common/weapons/weapons.qh

index 70e476658ac3f6f2ff9b064c74b48619e5aa5c5e..ca16f654acb24b74fcbbe7d9cbd6b067e8df28fe 100644 (file)
@@ -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();