]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
Refactored VM_SV_AddStat to allow overrides of all stats (0..255) in a more consisten...
[xonotic/darkplaces.git] / quakedef.h
index 4e483f93fd329a68b67676412e1a578d80f670fe..8b9ea4d8aaf0242c64011bcf0fcbfdfa89541589 100644 (file)
@@ -235,6 +235,8 @@ extern char engineversion[128];
 //#define STAT_TIME                    17 ///< FTE
 //#define STAT_VIEW2           20 ///< FTE
 #define STAT_VIEWZOOM          21 ///< DP
+#define MIN_VM_STAT         32 ///< stat range available to VM_SV_AddStat
+#define MAX_VM_STAT         220 ///< stat range available to VM_SV_AddStat
 #define STAT_MOVEVARS_AIRACCEL_QW_STRETCHFACTOR 220 ///< DP
 #define STAT_MOVEVARS_AIRCONTROL_PENALTY                                       221 ///< DP
 #define STAT_MOVEVARS_AIRSPEEDLIMIT_NONQW 222 ///< DP