Data Download Screen Font fixed

origin
stpohle 23 years ago
parent 220929dc98
commit 18f1a966e9

@ -1,4 +1,4 @@
/* $Id: network.c,v 1.30 2003/06/06 23:22:03 stpohle Exp $ */ /* $Id: network.c,v 1.31 2003/06/10 21:23:18 stpohle Exp $ */
/* /*
network routines. network routines.
*/ */
@ -337,7 +337,7 @@ draw_netupdatestate ()
sprintf (text, "%s - State : READY", bman.players[i].name); sprintf (text, "%s - State : READY", bman.players[i].name);
else else
sprintf (text, "%s - State : DOWNLOAD", bman.players[i].name); sprintf (text, "%s - State : DOWNLOAD", bman.players[i].name);
font_draw (70, y, text, 1); font_draw (70, y, text, 0);
text[0] = 0; text[0] = 0;
if (bman.players[i].net.net_istep == 2) if (bman.players[i].net.net_istep == 2)
@ -348,7 +348,7 @@ draw_netupdatestate ()
sprintf (text, "Getting Player Data %d of %d.", bman.players[i].net.net_status, sprintf (text, "Getting Player Data %d of %d.", bman.players[i].net.net_status,
MAX_PLAYERS); MAX_PLAYERS);
font_draw (70, y + 32, text, 1); font_draw (70, y + 32, text, 0);
} }
return; return;
} }

Loading…
Cancel
Save