Adjusted a few comments

This commit is contained in:
Kayne Ruse
2014-04-21 02:13:00 +10:00
parent 60edc97ea5
commit 6c6a025f2a
7 changed files with 11 additions and 9 deletions
+1
View File
@@ -155,6 +155,7 @@ void LobbyMenu::MouseButtonUp(SDL_MouseButtonEvent const& button) {
}
else if (join.MouseButtonUp(button) == Button::State::HOVER && selection != nullptr && selection->compatible) {
//TODO: The player login information should be collected by the lobby screen
//the vars
SerialPacket packet;
char buffer[PACKET_BUFFER_SIZE];