Removed unused and no longer needed parameter
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2073 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -106,7 +106,7 @@ process_image (FRAMEPTR FramePtr, SDL_Surface *img[], AniData *ani, int cel_ct)
|
||||
}
|
||||
|
||||
static void
|
||||
processFontChar (TFB_Char* CharPtr, SDL_Surface *surf, int charInd)
|
||||
processFontChar (TFB_Char* CharPtr, SDL_Surface *surf)
|
||||
{
|
||||
int x,y;
|
||||
Uint8 r,g,b,a;
|
||||
@@ -622,8 +622,7 @@ _GetFontData (uio_Stream *fp, DWORD length)
|
||||
continue;
|
||||
}
|
||||
|
||||
processFontChar (destChar, bcd->surface,
|
||||
bcd->index - page->firstChar);
|
||||
processFontChar (destChar, bcd->surface);
|
||||
SDL_FreeSurface (bcd->surface);
|
||||
|
||||
if (destChar->disp.height > fontPtr->Leading)
|
||||
|
||||
Reference in New Issue
Block a user