mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
loadsky command implemented:
loadsky skyname turns it on if env/skyname*.tga exists loadsky none turns it off, always. Clientside support. Serverside key needs to be added still
This commit is contained in:
parent
00aa3557d4
commit
0594dcfd33
6 changed files with 51 additions and 2 deletions
|
@ -124,7 +124,6 @@ void R_RemoveEfrags (entity_t *ent);
|
|||
|
||||
void R_NewMap (void);
|
||||
|
||||
|
||||
void R_ParseParticleEffect (void);
|
||||
void R_RunParticleEffect (vec3_t org, vec3_t dir, int color, int count);
|
||||
void R_RocketTrail (vec3_t start, vec3_t end, int type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue