- minor sound code cleanup

# Conflicts:
#	src/sound/backend/oalsound.cpp
This commit is contained in:
Christoph Oelckers 2020-04-11 18:26:58 +02:00
commit 50e1efa965
9 changed files with 26 additions and 21 deletions

View file

@ -2679,6 +2679,7 @@ static int D_DoomMain_Internal (void)
else if (batchout != NULL && *batchout != 0)
{
batchrun = true;
nosound = true;
execLogfile(batchout, true);
Printf("Command line: ");
for (int i = 0; i < Args->NumArgs(); i++)