From aacc356f7442208c775971b3abb71cea0b749b2d Mon Sep 17 00:00:00 2001 From: vortex Date: Sun, 23 May 2010 12:11:33 +0000 Subject: [PATCH] try fix a warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10216 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_draw.c b/gl_draw.c index 039a9c91..c27356ad 100644 --- 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); -- 2.39.2