Safety commit.
This commit is contained in:
parent
78184ad6b5
commit
1ed1b42c21
6 changed files with 198 additions and 935 deletions
|
|
@ -41,6 +41,8 @@
|
|||
#include "w_wad.h"
|
||||
#include "i_system.h"
|
||||
|
||||
void InitReverbMenu();
|
||||
|
||||
struct FReverbField
|
||||
{
|
||||
int Min, Max;
|
||||
|
|
@ -629,6 +631,7 @@ void S_ParseReverbDef ()
|
|||
{
|
||||
ReadReverbDef (lump);
|
||||
}
|
||||
InitReverbMenu();
|
||||
}
|
||||
|
||||
void S_UnloadReverbDef ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue