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:
MaxED 2015-01-17 20:32:45 +00:00
parent 43f191872a
commit 8e61edcad2
2 changed files with 5 additions and 0 deletions

View file

@ -833,6 +833,11 @@ enums
{
0 = "None";
}
spawn_projectile
{
0 = "None";
}
}
enums_doom