Add support for map specified fog and skys to qw.

This commit is contained in:
Bill Currie 2011-08-28 21:11:08 +09:00
parent be8277c8c4
commit a55f490b47
3 changed files with 56 additions and 3 deletions

View file

@ -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;