Add missing autodoc comment

[ci skip]
This commit is contained in:
Gregory A Lundberg 2017-10-29 11:59:54 -05:00
parent aa25d750fd
commit 50a5c9da91

View file

@ -131,7 +131,7 @@ private:
* encountered.
*
* @param game Info on the game we're attempting to join.
* @param mode
* @param mode Whether joining as player, observer or whichever works.
*/
void enter_game(const mp::game_info& game, JOIN_MODE mode);