Information about the game is now shown in lobby, when selecting a game.

Some GUI modifications, GUI update is working properly now if the dialog is shown the second time (after clearing items).
List of players for the game is still missing. With the new on-demand model for player id/player name, this is kind of hard to implement.
This commit is contained in:
lotodore
2007-08-27 09:57:51 +00:00
parent 56b24e09eb
commit fa8d7b14ec
14 changed files with 133 additions and 56 deletions
+1 -3
View File
@@ -191,9 +191,7 @@ public:
struct Data
{
u_int32_t gameId;
GameMode gameMode;
std::string gameName;
GameData gameData;
GameInfo gameInfo;
};
NetPacketGameListNew();