mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
11 lines
99 B
Text
11 lines
99 B
Text
|
|
||
|
class Spark : Actor native
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
+NOSECTOR
|
||
|
+NOBLOCKMAP
|
||
|
+NOGRAVITY
|
||
|
+DONTSPLASH
|
||
|
}
|
||
|
}
|