X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=draw.h;fp=draw.h;h=381dd35ebadc63e4da6d2b2d60237eab4ac2643a;hb=2901a056fc9d91cb554525413507009f41904c2b;hp=e06f19aab7ed03b6a0d7c536fa89526405dfcc39;hpb=775c0f6d056c37d2e23f9a96ec827023fe5e3404;p=xonotic%2Fdarkplaces.git 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);