X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fentities.def2ent;h=bf94710832ef9121c049e41b9685cf9eb1873bb2;hb=4582c88938b0d467e465b72fcc0fd0a324f99d4b;hp=f709af2a8a096a80715af687db184a6ac63ca48c;hpb=0ddfcc57044a577382568deedacd60ed3af4e97f;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";