mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
13 lines
112 B
Text
13 lines
112 B
Text
|
|
||
|
class SoundEnvironment : Actor native
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
+NOSECTOR
|
||
|
+NOBLOCKMAP
|
||
|
+NOGRAVITY
|
||
|
+DONTSPLASH
|
||
|
}
|
||
|
}
|
||
|
|