diff mp_msg.h @ 13122:fcce0023bf55

printf -> mp_msg conversion, first steps patch by The Wanderer <inverseparadox@comcast.net>
author diego
date Tue, 24 Aug 2004 19:36:17 +0000
parents b82e3ecb11e0
children 2d4f4444092d
line wrap: on
line diff
--- a/mp_msg.h	Tue Aug 24 19:29:17 2004 +0000
+++ b/mp_msg.h	Tue Aug 24 19:36:17 2004 +0000
@@ -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