]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.c
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / image.c
diff --git a/image.c b/image.c
index 830320917084be016f4499deafd1e1b86ea1466c..fd971ecc5f0b5cc768013c50304f93ae90c186d5 100644 (file)
--- a/image.c
+++ b/image.c
@@ -159,7 +159,7 @@ void Image_Copy8bitRGBA(const qbyte *in, qbyte *out, int pixels, const unsigned
 =================================================================
 */
 
-typedef struct
+typedef struct pcx_s
 {
     char       manufacturer;
     char       version;
@@ -582,7 +582,7 @@ static qbyte *LoadLMPRGBA (const qbyte *f, int matchwidth, int matchheight)
 }
 
 
-typedef struct
+typedef struct q2wal_s
 {
        char            name[32];
        unsigned        width, height;