NetPlay: Disable the "Start" button while the game is running

This commit is contained in:
Jasper St. Pierre
2013-08-14 18:14:29 -04:00
parent 1c74e412e2
commit 998194246c
2 changed files with 10 additions and 3 deletions

View File

@ -100,6 +100,7 @@ private:
std::string m_selected_game;
wxButton* m_game_btn;
wxButton* m_start_btn;
std::vector<int> m_playerids;