mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
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:
parent
301ff71325
commit
1dac8dd81d
4 changed files with 2 additions and 8 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue