]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / console.h
index 3122584d5f72601948648a95b51d139dd83cdd6f..43a538f7067ded0fdf60e163761b55c2240c9645 100644 (file)
--- a/console.h
+++ b/console.h
@@ -23,10 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 //
 extern int con_totallines;
 extern int con_backscroll;
-extern qboolean con_forcedup;  // because no entities to refresh
+extern qboolean con_forcedup;  // because no entities to refresh
 extern qboolean con_initialized;
-extern byte *con_chars;
-extern int     con_notifylines;                // scan lines to clear for notify lines
+extern qbyte *con_chars;
+extern int con_notifylines;            // scan lines to clear for notify lines
 
 void Con_DrawCharacter (int cx, int line, int num);