]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_edict.c
fix automatic addition of "color" field to be a vector
[xonotic/darkplaces.git] / pr_edict.c
index bd3e3eca959c50b176bcf259327c686e933f76aa..007e6b4bda0d858f1c027d177fc7f79406fe9f25 100644 (file)
@@ -1234,7 +1234,7 @@ dpfield_t dpfields[] =
        {ev_entity, "tag_entity"},
        {ev_float, "tag_index"},
        {ev_float, "light_lev"},
-       {ev_float, "color"},
+       {ev_vector, "color"},
        {ev_float, "style"},
        {ev_float, "pflags"}
 };