some oldtree cruft for rogue/hipnotic removed (we'll support them in a

very different way than did Id Software did later on, it'll be a major
improvement, that's for sure..)

fs_basegame Cvar created, defaults to whatever you selected in config.h,
most likely id1.
This commit is contained in:
Joseph Carter 2000-05-29 12:45:05 +00:00
parent 91e380d3b3
commit efb2d99e22
4 changed files with 18 additions and 37 deletions

View file

@ -60,7 +60,6 @@ extern qboolean host_initialized; /* True if into command execution. */
extern double host_frametime;
extern double realtime; /* Not bounded in any way, changed at
start of every frame, never reset */
extern qboolean standard_quake, rogue, hipnotic;
char *va(char *format, ...);
// does a varargs printf into a temp buffer