- some reformatting on exit code, mainly to make searching for the content easier.
This commit is contained in:
parent
f3219ca979
commit
86ab366958
25 changed files with 55 additions and 50 deletions
|
|
@ -643,7 +643,7 @@ void S_ParseReverbDef ()
|
|||
{
|
||||
int lump, lastlump = 0;
|
||||
|
||||
atterm (S_UnloadReverbDef);
|
||||
atterm(S_UnloadReverbDef);
|
||||
S_UnloadReverbDef ();
|
||||
|
||||
while ((lump = Wads.FindLump ("REVERBS", &lastlump)) != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue