mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
make sure r_progs gets linked in when using the .a lib
This commit is contained in:
parent
6767d6bfa0
commit
84636f20cb
1 changed files with 2 additions and 0 deletions
|
@ -57,5 +57,7 @@ float r_time1;
|
||||||
int r_lineadj;
|
int r_lineadj;
|
||||||
qboolean r_active;
|
qboolean r_active;
|
||||||
|
|
||||||
|
static void (*const r_progs_init)(struct progs_s *) = R_Progs_Init;
|
||||||
|
|
||||||
byte color_white[4] = { 255, 255, 255, 0 }; // alpha will be explicitly set
|
byte color_white[4] = { 255, 255, 255, 0 }; // alpha will be explicitly set
|
||||||
byte color_black[4] = { 0, 0, 0, 0 }; // alpha will be explicitly set
|
byte color_black[4] = { 0, 0, 0, 0 }; // alpha will be explicitly set
|
||||||
|
|
Loading…
Reference in a new issue