The client is receiving the list of servers

This commit is contained in:
Kayne Ruse
2013-11-22 23:19:29 +11:00
parent cb9aef95ec
commit e3605e4dc5
6 changed files with 55 additions and 77 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ void OptionsMenu::MouseButtonUp(SDL_MouseButtonEvent const& button) {
void OptionsMenu::KeyDown(SDL_KeyboardEvent const& key) {
switch(key.keysym.sym) {
case SDLK_ESCAPE:
QuitEvent();
break;
SetNextScene(SceneList::MAINMENU);
break;
}
}