Draw_Character -> Draw_Character8

Draw_String -> Draw_String8
Draw_Alt_String -> Draw_AltString8

You know what this means right?  Draw_*16 is coming soon.  Very soon.
This commit is contained in:
Joseph Carter 2000-06-05 01:05:25 +00:00
parent 9a348350df
commit a3e32e213e
11 changed files with 89 additions and 89 deletions

View file

@ -135,7 +135,7 @@ Draws one solid graphics character
*/
void M_DrawCharacter (int cx, int line, int num)
{
Draw_Character ( cx + ((vid.width - 320)>>1), line, num);
Draw_Character8 ( cx + ((vid.width - 320)>>1), line, num);
}
void M_Print (int cx, int cy, char *str)