diff --git a/include/QF/sys.h b/include/QF/sys.h index 4dd61bacd..7c669563e 100644 --- a/include/QF/sys.h +++ b/include/QF/sys.h @@ -83,6 +83,7 @@ double Sys_DoubleTime (void); void Sys_TimeOfDay(date_t *date); void Sys_MaskPrintf (int mask, const char *fmt, ...) __attribute__((format(printf,2,3))); +// remember to update developer_flags in cvar.c #define SYS_DEV (1|0) #define SYS_WARN (1|2) // bit 0 so developer 1 will pick it up #define SYS_VID (1|4)