mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
disable transparent pixels in the conback. They will still currently be black,
but at least they won't flicker on some drivers.
This commit is contained in:
parent
2bb4a60a69
commit
20b9411bcc
9 changed files with 64 additions and 64 deletions
|
@ -50,7 +50,7 @@ void Draw_FadeScreen (void);
|
|||
void Draw_String8 (int x, int y, char *str);
|
||||
void Draw_AltString8 (int x, int y, char *str);
|
||||
qpic_t *Draw_PicFromWad (char *name);
|
||||
qpic_t *Draw_CachePic (char *path);
|
||||
qpic_t *Draw_CachePic (char *path, qboolean alpha);
|
||||
void Draw_Crosshair(void);
|
||||
|
||||
#endif // _DRAW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue