mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Add support for map specified fog and skys to qw.
This commit is contained in:
parent
be8277c8c4
commit
a55f490b47
3 changed files with 56 additions and 3 deletions
|
@ -276,6 +276,9 @@ typedef struct
|
|||
struct model_s *model_precache[MAX_MODELS];
|
||||
struct sfx_s *sound_precache[MAX_SOUNDS];
|
||||
|
||||
struct plitem_s *edicts;
|
||||
struct plitem_s *worldspawn;
|
||||
|
||||
char levelname[40]; // for display on solo scoreboard
|
||||
int playernum;
|
||||
int viewentity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue