mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
fix complevel 3 in demo footer, whitespace
This commit is contained in:
parent
4cfe6a4d69
commit
14e55738d9
@ -3867,12 +3867,9 @@ static size_t WriteCmdLineLump(MEMFILE *stream)
|
||||
if (demo_compatibility)
|
||||
{
|
||||
if (gameversion == exe_doom_1_9)
|
||||
{
|
||||
if (gamemode == commercial)
|
||||
mem_fputs(" -complevel 2", stream);
|
||||
else
|
||||
else if (gameversion == exe_ultimate)
|
||||
mem_fputs(" -complevel 3", stream);
|
||||
}
|
||||
else if (gameversion == exe_final)
|
||||
mem_fputs(" -complevel 4", stream);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user