mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +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
|
@ -279,7 +279,7 @@ void R_NetGraph (void)
|
|||
R_LineGraph (x+w-1-a, y, packet_latency[i]);
|
||||
}
|
||||
sprintf(st, "%3i%% packet loss", lost);
|
||||
Draw_String(8, y2, st);
|
||||
Draw_String8 (8, y2, st);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue