1
0
forked from 0ad/0ad

remove warnings in structtree, fixes #3682, patch from s0600204

This was SVN commit r17384.
This commit is contained in:
mimo 2015-12-05 14:57:09 +00:00
parent 4b37462645
commit 99c0d0493c

View File

@ -263,6 +263,8 @@ function calcReqs(op, val)
switch (op)
{
case "civ":
case "class":
case "number":
// nothing needs doing
break;