mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 23:21:39 +00:00
* Fix killserver command for client binary based dedicated server
This commit is contained in:
parent
963aa3e40f
commit
9d469692f3
1 changed files with 1 additions and 1 deletions
|
@ -2552,7 +2552,7 @@ void CL_Frame ( int msec ) {
|
||||||
cls.cddialog = qfalse;
|
cls.cddialog = qfalse;
|
||||||
VM_Call( uivm, UI_SET_ACTIVE_MENU, UIMENU_NEED_CD );
|
VM_Call( uivm, UI_SET_ACTIVE_MENU, UIMENU_NEED_CD );
|
||||||
} else if ( cls.state == CA_DISCONNECTED && !( Key_GetCatcher( ) & KEYCATCH_UI )
|
} else if ( cls.state == CA_DISCONNECTED && !( Key_GetCatcher( ) & KEYCATCH_UI )
|
||||||
&& !com_sv_running->integer ) {
|
&& !com_sv_running->integer && uivm ) {
|
||||||
// if disconnected, bring up the menu
|
// if disconnected, bring up the menu
|
||||||
S_StopAllSounds();
|
S_StopAllSounds();
|
||||||
VM_Call( uivm, UI_SET_ACTIVE_MENU, UIMENU_MAIN );
|
VM_Call( uivm, UI_SET_ACTIVE_MENU, UIMENU_MAIN );
|
||||||
|
|
Loading…
Reference in a new issue