- cleaned the includes of the sound backend code of unwanted content.
Also simplified the sound init decision making. With FMod gone there is no reason to be pedantic here. Even the check of snd_backend for the Null device could be omitted here, its only realistic use is '-nosound'.
This commit is contained in:
parent
83349bee1b
commit
6725cfcca5
10 changed files with 77 additions and 91 deletions
|
|
@ -1134,6 +1134,11 @@ FString BuildString (int argc, FString *argv)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
void FConsoleCommand::PrintCommand()
|
||||
{
|
||||
Printf("%s\n", m_Name);
|
||||
}
|
||||
|
||||
FString SubstituteAliasParams (FString &command, FCommandLine &args)
|
||||
{
|
||||
// Do substitution by replacing %x with the argument x.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue