]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix a bunch of warnings
[xonotic/darkplaces.git] / client.h
index 9bac816ec49a6ff527b90198a6677c5a79574cb6..150212a895e2eee6faf020bd7fb8f5f67c41ee39 100644 (file)
--- a/client.h
+++ b/client.h
@@ -758,7 +758,7 @@ typedef struct particletype_s
 }
 particletype_t;
 
-typedef enum
+typedef enum ptype_e
 {
        pt_dead, pt_alphastatic, pt_static, pt_spark, pt_beam, pt_rain, pt_raindecal, pt_snow, pt_bubble, pt_blood, pt_smoke, pt_decal, pt_entityparticle, pt_total
 }