X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fentities.def2ent;h=7f82d7a1e7290799b703adf0fd936545e98097a9;hb=21ead6e4fd0b8426f3a400aab9b0764eb7146f14;hp=f709af2a8a096a80715af687db184a6ac63ca48c;hpb=e8ad846bfb58ce88176766d032b2fe2bf7e59551;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/entities.def2ent b/scripts/entities.def2ent index f709af2a..7f82d7a1 100755 --- a/scripts/entities.def2ent +++ b/scripts/entities.def2ent @@ -62,7 +62,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";