Skip to content

Commit

Permalink
The colour chooser is now a proper button. The double-click kick is n…
Browse files Browse the repository at this point in the history
…ow gone (use the button). Kick button moved to team chooser.

The kick button is removed for single player and AIs and non-hosts (made no sense). The position chooser now allows you to click
on any other player to switch places. Removed broken ping symbol. Removed broken ranking symbol. Make sure we flush the connection
with the kick message before we cut it. Fix reception of kick message so that we do not crash when we do receive them. ticket:2435
  • Loading branch information
perim committed Jan 4, 2011
1 parent ccc5444 commit c4d4dcd
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 340 deletions.
2 changes: 1 addition & 1 deletion lib/netplay/netplay.h
Expand Up @@ -232,7 +232,7 @@ typedef enum
} wzFileEnum;
// ////////////////////////////////////////////////////////////////////////
// Player information. Filled when players join, never re-ordered. selectedPlayer global points to
// currently controlled player. This array is indexed by GUI slots in pregame.
// currently controlled player.
typedef struct
{
char name[StringSize]; ///< Player name
Expand Down

0 comments on commit c4d4dcd

Please sign in to comment.