mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 14:31:50 +00:00
ZDoom_misc.cfg: added an empty "spawn_projectile" enumeration to prevent warnings when game-specific enums group doesn't contain this enum.
Game_Chex.cfg was misplaced.
This commit is contained in:
parent
43f191872a
commit
8e61edcad2
2 changed files with 5 additions and 0 deletions
|
@ -833,6 +833,11 @@ enums
|
|||
{
|
||||
0 = "None";
|
||||
}
|
||||
|
||||
spawn_projectile
|
||||
{
|
||||
0 = "None";
|
||||
}
|
||||
}
|
||||
|
||||
enums_doom
|
||||
|
|
Loading…
Reference in a new issue