git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6863
d7cf8633-e32d-0410-b094-
e92efae38249
}
}
-// void(float index, float type, .void field) SV_AddStat = #470;
+// void(float index, float type, .void field) SV_AddStat = #232;
// Set up an auto-sent player stat.
// Client's get thier own fields sent to them. Index may not be less than 32.
// Type is a value equating to the ev_ values found in qcc to dictate types. Valid ones are:
int off, i;
unsigned char type;
- VM_SAFEPARMCOUNT(2, VM_SV_AddStat);
+ VM_SAFEPARMCOUNT(3, VM_SV_AddStat);
if(!vm_autosentstats)
{