tidy up var defs
This commit is contained in:
parent
e2c9f16aed
commit
1b581ab30f
1 changed files with 4 additions and 3 deletions
7
play.c
7
play.c
|
@ -28,15 +28,16 @@ int currentwargamestatus;
|
|||
int currentwarplayercount;
|
||||
char wplayernick[10][MAXNICK];
|
||||
int wplayercardstotal[10];
|
||||
int warinprogress;
|
||||
int currentplayer;
|
||||
int wpln;
|
||||
|
||||
static int wplayercardsinhand[10][52];
|
||||
static int wplayercardplayed[10];
|
||||
int warinprogress;
|
||||
static int wplayeratwar[10];
|
||||
static int wplayerwarcardsplayed[10][3];
|
||||
static int wstackcards[52];
|
||||
static int wstackcardscurrent;
|
||||
int currentplayer;
|
||||
int wpln;
|
||||
static int wplnh;
|
||||
static char csuit[10];
|
||||
static char csuitcolour[10];
|
||||
|
|
Reference in a new issue