mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 15:01:11 +00:00
Added the "nocount" UDMF thing flag (as "No completion count") that was added in GZDoom 4.4.0 to the ZDoom config. Fixes #422.
This commit is contained in:
parent
cb6f6e1d93
commit
f10bf59775
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ thingflags
|
||||||
thingflags_udmf
|
thingflags_udmf
|
||||||
{
|
{
|
||||||
countsecret = "Count as secret";
|
countsecret = "Count as secret";
|
||||||
|
nocount = "No completion count";
|
||||||
class1 = "Class 1";
|
class1 = "Class 1";
|
||||||
class2 = "Class 2";
|
class2 = "Class 2";
|
||||||
class3 = "Class 3";
|
class3 = "Class 3";
|
||||||
|
|
Loading…
Reference in a new issue