X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=draw.h;h=381dd35ebadc63e4da6d2b2d60237eab4ac2643a;hp=e06f19aab7ed03b6a0d7c536fa89526405dfcc39;hb=06f16b7a460c06040d2dafeb02f00d734211a753;hpb=5ad6c0e8577478422c10d7ae79fb61b88ac5ae85 diff --git a/draw.h b/draw.h index e06f19aa..381dd35e 100644 --- a/draw.h +++ b/draw.h @@ -174,7 +174,7 @@ void DrawQ_SetClipArea(float x, float y, float width, float height); // reset the clipping area void DrawQ_ResetClipArea(void); // draw a line -void DrawQ_Line(float width, float x1, float y1, float x2, float y2, float r, float g, float b, float alpha, int flags, qbool fast); +void DrawQ_Line(float width, float x1, float y1, float x2, float y2, float r, float g, float b, float alpha, int flags); const char *Draw_GetPicName(cachepic_t *pic); int Draw_GetPicWidth(cachepic_t *pic);