Cube  Diff

Differences From Artifact [b2ad70bf79]:

To Artifact [0fa2d4f6d1]:


1
2
3
4
5
6

7
8
9
10
11
12
13
// client.cpp, mostly network related client game code

#include "cube.h"

#import "Command.h"
#import "Player.h"


static ENetHost *clienthost = NULL;
static int connecting = 0;
static int connattempts = 0;
static int disconnecting = 0;
// our client id in the game
int clientnum = -1;






>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
// client.cpp, mostly network related client game code

#include "cube.h"

#import "Command.h"
#import "Player.h"
#import "Variable.h"

static ENetHost *clienthost = NULL;
static int connecting = 0;
static int connattempts = 0;
static int disconnecting = 0;
// our client id in the game
int clientnum = -1;