First network test
Warning: old, unfinished code
This commit is contained in:
parent
c107f82abb
commit
3b2a0f4de8
7 changed files with 149 additions and 45 deletions
|
@ -1483,7 +1483,7 @@ void renderMenu(int menu,int xscr,int yscr){
|
|||
char * text = malloc((50+8+1) * sizeof(char));
|
||||
memset(text, 0, (50+8+1) * sizeof(char));
|
||||
networkGetScanName(text, i);
|
||||
strcpy(text, "'s World");
|
||||
strcat(text, "'s World");
|
||||
|
||||
if(i != currentSelection) color &= 0xFF7F7F7F; // Darken color.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue