]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a struct name to envmapinfo to stop a g++ 4 error about envmapinfo (which is...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 21 Oct 2005 05:11:58 +0000 (05:11 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 21 Oct 2005 05:11:58 +0000 (05:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5744 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index eb0a403526b0932ee9b05b1bf589d6e307e1944b..19a03bcc245128359915dc8aaf9b7df2dd9e387a 100644 (file)
@@ -1198,7 +1198,7 @@ R_Envmap_f
 Grab six views for environment mapping tests
 ===============
 */
-struct
+struct envmapinfo_s
 {
        float angles[3];
        char *name;