]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_porto.qc
Don't do the full WEP_id for these, not necessary
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_porto.qc
index c11f2e640be2195c01ac205fc365b9c01d35afc9..b22e5471d20317e5f58ed82fdeb97c080e703683 100644 (file)
@@ -11,7 +11,7 @@ REGISTER_WEAPON(
 /* fullname */ _("Port-O-Launch")
 );
 
-#define PORTO_SETTINGS(w_cvar,w_prop) PORTO_SETTINGS_LIST(w_cvar, w_prop, WEP_PORTO, porto)
+#define PORTO_SETTINGS(w_cvar,w_prop) PORTO_SETTINGS_LIST(w_cvar, w_prop, PORTO, porto)
 #define PORTO_SETTINGS_LIST(w_cvar,w_prop,id,sn) \
        w_cvar(id, sn, MO_BOTH, animtime) \
        w_cvar(id, sn, MO_BOTH, lifetime) \