]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
Tomaz added support for loading a cubemap as skybox
[xonotic/darkplaces.git] / protocol.h
index 717d9916de37b8721003c865af201db0c19d9195..0d1f87d82fb8c96a7047102cefcd0dda0a20a18f 100644 (file)
@@ -61,6 +61,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #define EF_STEP                                        0x80000000 // internal client use only - present on MOVETYPE_STEP entities, not QC accessible (too many bits)
 
+// flags for the pflags field of entities
+#define PFLAGS_NOSHADOW                        1
+#define PFLAGS_CORONA                  2
+#define PFLAGS_FULLDYNAMIC             128 // must be set or the light fields are ignored
+
 // if the high bit of the servercmd is set, the low bits are fast update flags:
 #define U_MOREBITS             (1<<0)
 #define U_ORIGIN1              (1<<1)