- 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:
Christoph Oelckers 2019-12-08 22:17:19 +01:00
commit 6725cfcca5
10 changed files with 77 additions and 91 deletions

View file

@ -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.