Fixed Sector Secret Trigger thing (9046) argument options

This commit is contained in:
codeimp 2010-10-03 13:49:52 +00:00
parent 91cd5e5781
commit 01c071de53

View file

@ -169,7 +169,23 @@ zdoom
sprite = "internal:arrow";
9045 = "Deep Water";
9046 = "Sector Secret";
9046
{
title = "Sector Secret";
arg0
{
title = "Notification";
type = 11;
enum
{
0 = "Message and sound";
1 = "Message only";
2 = "Sound only";
3 = "None";
}
}
}
}
}