]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_textures.c
fix some warnings
[xonotic/darkplaces.git] / gl_textures.c
index a768e193f56bf7e509753db776152104634c968e..f26b44ade3bd90ff29d83817ae6cf905d806c3e5 100644 (file)
@@ -203,6 +203,7 @@ static textypeinfo_t *R_GetTexTypeInfo(int textype, int flags)
                        }
                }
        }
+       return NULL; // this line only to hush compiler warnings
 }
 
 static void R_UploadTexture(gltexture_t *t);