mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
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:
parent
9a348350df
commit
a3e32e213e
11 changed files with 89 additions and 89 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue