X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fentities.def2ent;h=bf94710832ef9121c049e41b9685cf9eb1873bb2;hb=aabc90267a1a0a064476bb24a0ab10a3568c82c5;hp=f709af2a8a096a80715af687db184a6ac63ca48c;hpb=0f337c6f15e811b77a0009704aa0c1dfb024357b;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/entities.def2ent b/scripts/entities.def2ent index f709af2a..bf947108 100755 --- a/scripts/entities.def2ent +++ b/scripts/entities.def2ent @@ -46,6 +46,7 @@ $types{target4} = "target"; $types{targetname} = "targetname"; $types{target} = "target"; $types{team} = "integer"; +$types{target_random} = "boolean"; # missing definition in QC, q3map2 only $types{_ambient} = "real"; @@ -62,7 +63,8 @@ $types{fade} = "real"; $types{_farplanedist} = "real"; $types{_filterradius} = "real"; $types{_floodlight} = "string"; -$types{_frame} = "real"; +$types{_frame} = "integer"; +$types{_skin} = "integer"; $types{gridsize} = "integer3"; $types{_ignoreleaks} = "boolean"; $types{_indexmap} = "texture";