From 9c68ff17714edee8109fa7f02f80f305b8593174 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 6 May 2011 18:33:10 +0000 Subject: [PATCH] FINALLY use the mapidx right git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11111 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=14995903ebaf5a8b732809530b42cb2291e61bad --- ft2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft2.c b/ft2.c index 51d892e6..105417a0 100644 --- a/ft2.c +++ b/ft2.c @@ -1220,7 +1220,7 @@ static qboolean Font_LoadMap(ft2_font_t *font, ft2_font_map_t *mapstart, Uchar _ (double) font->settings->shadowx, (double) font->settings->shadowy, (double) font->settings->shadowz, - (unsigned) map->start/FONT_CHARS_PER_MAP); + (unsigned) mapidx); // create a cachepic_t from the data now, or reuse an existing one map->pic = Draw_CachePic_Flags(map_identifier, CACHEPICFLAG_QUIET); -- 2.39.2