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