StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
20 stars 15 forks source link

Move boolean choices to just use boolean #66

Closed braem closed 3 years ago

braem commented 3 years ago

Quite a few fields declared with the choices type are really booleans, restricting choices to yes/no: image

The boolean type already does this though, so just use that: image

The reason they aren't using it already is that it was added later, so I don't think SDK2013 has support for it.