mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-01-31 21:10:47 +00:00
Disable sound backend entry in the option menu
"Reverse channels", woooo
This commit is contained in:
parent
bc5f5c785a
commit
e03c6fcb59
2 changed files with 0 additions and 10 deletions
|
@ -2003,12 +2003,7 @@ void idMultiplayerGame::UpdateMainGui( void ) {
|
|||
mainGui->SetStateString( keyval->GetKey(), keyval->GetValue() );
|
||||
}
|
||||
mainGui->StateChanged( gameLocal.time );
|
||||
#if defined( __unix__ )
|
||||
// replacing the oh-so-useful s_reverse with sound backend prompt
|
||||
mainGui->SetStateString( "driver_prompt", "1" );
|
||||
#else
|
||||
mainGui->SetStateString( "driver_prompt", "0" );
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -1485,12 +1485,7 @@ void idMultiplayerGame::UpdateMainGui( void ) {
|
|||
mainGui->SetStateString( keyval->GetKey(), keyval->GetValue() );
|
||||
}
|
||||
mainGui->StateChanged( gameLocal.time );
|
||||
#if defined( __unix__ )
|
||||
// replacing the oh-so-useful s_reverse with sound backend prompt
|
||||
mainGui->SetStateString( "driver_prompt", "1" );
|
||||
#else
|
||||
mainGui->SetStateString( "driver_prompt", "0" );
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue