added cl_surprise cvar for easter eggs

This commit is contained in:
Chris Ison 2001-11-14 21:46:50 +00:00
parent c72e2ef324
commit 8d50c8ea47
3 changed files with 33 additions and 12 deletions

View file

@ -1,5 +1,6 @@
extern struct cvar_s *cl_crossx;
extern struct cvar_s *cl_crossy;
extern struct cvar_s *cl_surprise;
extern struct cvar_s *cl_verstring;
extern struct cvar_s *crosshair;
extern struct cvar_s *crosshaircolor;