]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.h
Linux GLX, a lot of code shrinkage/cleanup, assembly support.
[xonotic/darkplaces.git] / wad.h
diff --git a/wad.h b/wad.h
index 51e6dec37f0d6ee10bf3128410c89b4a71a8040e..001e293f99f81acc059a7c6afb8a3da3227fb1f2 100644 (file)
--- a/wad.h
+++ b/wad.h
@@ -75,6 +75,6 @@ void  *W_GetLumpNum (int num);
 void SwapPic (qpic_t *pic);
 
 // LordHavoc: added alternate texture WAD2/WAD3 system for easier loading of HalfLife texture wads
-extern image_width, image_height;
+extern int image_width, image_height;
 void   W_LoadTextureWadFile (char *filename, int complain);
 byte   *W_GetTexture (char *name, int matchwidth, int matchheight); // returns malloc'd image data, width and height are in image_width and image_height (yeah yeah so I'm lazy...)