--- main/mp_msg.h 2004-02-08 13:21:31.000000000 -0500 +++ working/mp_msg.h 2004-05-17 15:26:00.000000000 -0400 @@ -19,6 +19,9 @@ #define MSGL_DBG3 8 // v=3 #define MSGL_DBG4 9 // v=4 +#define MSGL_FIXME 1 // for conversions from printf where the appropriate MSGL is not known; set equal to ERR for obtrusiveness +#define MSGT_FIXME 0 // for conversions from printf where the appropriate MSGT is not known; set equal to GLOBAL for obtrusiveness + // code/module: #define MSGT_GLOBAL 0 // common player stuff errors