]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.c
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / protocol.c
index 509ffba08b31b66b6b1f92fe4074b72637431c44..69a94f2b9501272e28f009eb6ac734583007e242 100644 (file)
@@ -37,7 +37,7 @@ entity_state_t defaultstate =
 
 // LordHavoc: I own protocol ranges 96, 97, 3500-3599
 
-struct
+struct protocolversioninfo_s
 {
        int number;
        const char *name;