types: add missing MapTypes. all stock GMFs now parse correctly

main
q3k 2022-04-15 17:29:39 +00:00
parent 85d8bc5ea8
commit deca4f5565
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ impl gma::Serializable for MapKind {
pub enum MapType {
Explicit = 0,
Spherical = 1,
Cylindrical = 2,
Shrinkwrap = 3,
Screen = 4,
}