removed the useless msg_suppress_1 thing.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@365 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-01-01 12:27:02 +00:00
parent 301ff71325
commit 1dac8dd81d
4 changed files with 2 additions and 8 deletions

View file

@ -39,8 +39,6 @@ qboolean proghack;
int static_registered = 1; // only for startup check, then set
qboolean msg_suppress_1 = 0;
qboolean fitzmode;
void COM_InitFilesystem (void);

View file

@ -619,8 +619,7 @@ int VID_SetMode (int modenum)
// fix the leftover Alt from any Alt-Tab or the like that switched us away
ClearAllStates ();
if (!msg_suppress_1)
Con_SafePrintf ("Video mode %s initialized\n", VID_GetModeDescription (vid_modenum));
Con_SafePrintf ("Video mode %s initialized\n", VID_GetModeDescription (vid_modenum));
vid.recalc_refdef = 1;

View file

@ -335,8 +335,7 @@ int VID_SetMode (int modenum)
// fix the leftover Alt from any Alt-Tab or the like that switched us away
ClearAllStates ();
if (!msg_suppress_1)
Con_SafePrintf ("Video mode %s initialized\n", VID_GetModeDescription (vid_modenum));
Con_SafePrintf ("Video mode %s initialized\n", VID_GetModeDescription (vid_modenum));
vid.recalc_refdef = 1;

View file

@ -295,8 +295,6 @@ void Host_WriteConfiguration (void);
void ExtraMaps_Init (void);
void Modlist_Init (void);
extern qboolean msg_suppress_1; // suppresses resolution and cache size console output
// an fullscreen DIB focus gain/loss
extern int current_skill; // skill level for currently loaded level (in case
// the user changes the cvar while the level is
// running, this reflects the level actually in use)