Player list is now sent in Game List New notification. Not shown in dialog yet.
This commit is contained in:
+2
-1
@@ -21,7 +21,7 @@
|
||||
#ifndef _GAMEDATA_H_
|
||||
#define _GAMEDATA_H_
|
||||
|
||||
#include <string>
|
||||
#include <playerdata.h>
|
||||
|
||||
enum GameMode
|
||||
{
|
||||
@@ -49,6 +49,7 @@ struct GameInfo
|
||||
std::string name;
|
||||
GameData data;
|
||||
GameMode mode;
|
||||
PlayerIdList players;
|
||||
bool isPasswordProtected;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user