mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
gl_fires/r_firecolor patch. Software client still builds and runs correctly,
but as I don't have GL at work, I have no idea if gl client still works, or if rocket trails work (default to off). This is mostly a blind patch taking the code from oldtree to newtree.
This commit is contained in:
parent
6024c0ce7f
commit
1246b26046
6 changed files with 231 additions and 3 deletions
|
@ -148,7 +148,8 @@ typedef struct
|
|||
float die; // stop lighting after this time
|
||||
float decay; // drop this each second
|
||||
float minlight; // don't add when contributing less
|
||||
float color[3]; // Don't use alpha --KB
|
||||
float _color[3]; // Don't use alpha --KB
|
||||
float *color;
|
||||
} dlight_t;
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue