match DecompressGlyphTile nicer
This commit is contained in:
parent
d70c3a94c5
commit
a900a51a59
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ void RestoreTextColors(u8 *fgColor, u8 *bgColor, u8 *shadowColor)
|
|||
GenerateFontHalfRowLookupTable(*fgColor, *bgColor, *shadowColor);
|
||||
}
|
||||
|
||||
void DecompressGlyphTile(const u16 *src_, void *dest_)
|
||||
void DecompressGlyphTile(const void *src_, void *dest_)
|
||||
{
|
||||
u32 temp;
|
||||
const u16 *src = src_;
|
||||
|
|
Loading…
Reference in a new issue