Disabled reverb editor's test environment by default

https://forum.zdoom.org/viewtopic.php?t=59583
This commit is contained in:
alexey.lysiuk 2018-02-24 17:44:39 +02:00
parent 1679065a5d
commit 76ff1adb28

View file

@ -677,7 +677,7 @@ void S_UnloadReverbDef ()
Environments = &Off;
}
CUSTOM_CVAR(Bool, eaxedit_test, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
CUSTOM_CVAR(Bool, eaxedit_test, false, CVAR_NOINITCALL)
{
if (self)
{