Minor TODO tweaks
This commit is contained in:
@@ -108,6 +108,7 @@ void LobbyMenu::Render(SDL_Surface* const screen) {
|
||||
back.DrawTo(screen);
|
||||
|
||||
//TODO: (1) draw headers for the server list
|
||||
//TODO: (1) ping/delay displayed in the server list
|
||||
for (int i = 0; i < serverInfo.size(); i++) {
|
||||
//draw the selected server's highlight
|
||||
if (selection == &serverInfo[i]) {
|
||||
|
||||
Reference in New Issue
Block a user