]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
minor redesign of console loading/drawing, cruft removal, change to Draw_GenericPic...
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index f82092c341829a9655d7ba2cd570fb8e423c8079..322c9b8f93885e133c3dad00759886afd98a3560 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -25,7 +25,7 @@ extern        qpic_t          *draw_disc;     // also used on sbar
 
 void Draw_Init (void);
 void Draw_Character (int x, int y, int num);
-void Draw_GenericPic (int texnum, float red, float green, float blue, float alpha, float x, float y, float width, float height);
+void Draw_GenericPic (int texnum, float red, float green, float blue, float alpha, int x, int y, int width, int height);
 void Draw_Pic (int x, int y, qpic_t *pic);
 void Draw_PicTranslate (int x, int y, qpic_t *pic, byte *translation);
 void Draw_ConsoleBackground (int lines);