mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-19 17:12:03 +00:00
IOQ3 commit 2322
This commit is contained in:
parent
29636e6fc2
commit
38a3b852af
1 changed files with 5 additions and 1 deletions
|
@ -368,7 +368,11 @@ static void UI_SPLevelMenu_ResetAction( qboolean result ) {
|
|||
|
||||
// clear game variables
|
||||
UI_NewGame();
|
||||
trap_Cvar_SetValue( "ui_spSelection", -4 );
|
||||
if ( UI_GetSpecialArenaInfo( "training" ) ) {
|
||||
trap_Cvar_SetValue( "ui_spSelection", -4 );
|
||||
} else {
|
||||
trap_Cvar_SetValue( "ui_spSelection", 0 );
|
||||
}
|
||||
|
||||
// make the level select menu re-initialize
|
||||
UI_PopMenu();
|
||||
|
|
Loading…
Reference in a new issue