Solved a few items on the TODO list
This commit is contained in:
@@ -100,8 +100,8 @@ void LobbyMenu::FrameEnd() {
|
||||
}
|
||||
|
||||
void LobbyMenu::Render(SDL_Surface* const screen) {
|
||||
//TODO: this needs rewriting
|
||||
//TODO: I need a proper UI system for the entire client and the editor
|
||||
|
||||
//UI
|
||||
search.DrawTo(screen);
|
||||
join.DrawTo(screen);
|
||||
@@ -127,7 +127,7 @@ void LobbyMenu::Render(SDL_Surface* const screen) {
|
||||
font.DrawStringTo("?", screen, listBox.x - font.GetCharW(), listBox.y + i*listBox.h);
|
||||
}
|
||||
|
||||
//ping?
|
||||
//TODO: ping/delay?
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user