]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
try fix a warning
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 May 2010 12:11:33 +0000 (12:11 +0000)
committervortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 May 2010 12:11:33 +0000 (12:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10216 d7cf8633-e32d-0410-b094-e92efae38249

gl_draw.c

index 039a9c91ece200b32dd04ae8bf07df8659e59299..c27356ad20b4b86bed90d056df47f81c2e70e603 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -870,7 +870,7 @@ static void gl_draw_start(void)
        // load default font textures
        for(i = 0; i < dp_fonts.maxsize; ++i)
                if (dp_fonts.f[i].title[0])
-                       LoadFont(false, va("gfx/font_%s", &dp_fonts.f[i].title), &dp_fonts.f[i], 1, 0);
+                       LoadFont(false, va("gfx/font_%s", dp_fonts.f[i].title), &dp_fonts.f[i], 1, 0);
 
        // draw the loading screen so people have something to see in the newly opened window
        SCR_UpdateLoadingScreen(true);