Switched TODO: empty to TODO: *function name*

This commit is contained in:
Kayne Ruse
2015-02-27 03:27:37 +11:00
parent 1210d2d24f
commit c45bda645b
12 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -252,11 +252,11 @@ void LobbyMenu::HandleLoginResponse(ClientPacket* const argPacket) {
}
void LobbyMenu::HandleJoinRejection(TextPacket* const argPacket) {
//TODO: (9) empty
//TODO: (9) LobbyMenu::HandleJoinRejection()
}
void LobbyMenu::HandleLoginRejection(TextPacket* const argPacket) {
//TODO: (9) empty
//TODO: (9) LobbyMenu::HandleLoginRejection
}
//-------------------------