mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Don't let LightProbes spawn in the world. We don't want unnecessary actors ticking in the map.
This commit is contained in:
parent
ff3cdb7e56
commit
ae50fcdf8b
1 changed files with 1 additions and 6 deletions
|
@ -1,14 +1,9 @@
|
||||||
class LightProbe : Actor native
|
class LightProbe : Actor native
|
||||||
{
|
{
|
||||||
Default
|
|
||||||
{
|
|
||||||
+NOINTERACTION
|
|
||||||
}
|
|
||||||
|
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
Spawn:
|
Spawn:
|
||||||
LPRO A -1;
|
LPRO A 0;
|
||||||
Stop;
|
Stop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue