qzdoom/wadsrc/static/zscript/shared/soundenvironment.txt

13 lines
112 B
Plaintext

class SoundEnvironment : Actor native
{
default
{
+NOSECTOR
+NOBLOCKMAP
+NOGRAVITY
+DONTSPLASH
}
}