engine: client: deprecate and remove ChangeInstance menu call
This commit is contained in:
parent
78d2cd848a
commit
fa09854671
1 changed files with 1 additions and 4 deletions
|
@ -1060,10 +1060,7 @@ pfnChangeInstance
|
||||||
*/
|
*/
|
||||||
static void GAME_EXPORT pfnChangeInstance( const char *newInstance, const char *szFinalMessage )
|
static void GAME_EXPORT pfnChangeInstance( const char *newInstance, const char *szFinalMessage )
|
||||||
{
|
{
|
||||||
if( !szFinalMessage ) szFinalMessage = "";
|
Con_Reportf( S_ERROR "ChangeInstance menu call is deprecated!\n" );
|
||||||
if( !newInstance || !*newInstance ) return;
|
|
||||||
|
|
||||||
Host_NewInstance( newInstance, szFinalMessage );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue