From: divverent Date: Fri, 6 May 2011 18:33:10 +0000 (+0000) Subject: FINALLY use the mapidx right X-Git-Tag: xonotic-v0.5.0~214 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9c68ff17714edee8109fa7f02f80f305b8593174;p=xonotic%2Fdarkplaces.git 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 --- 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);