Player list is now sent in Game List New notification. Not shown in dialog yet.

This commit is contained in:
lotodore
2007-09-01 22:59:55 +00:00
parent 096c02dd24
commit d35f4ae997
7 changed files with 75 additions and 3 deletions
+2 -1
View File
@@ -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;
};