(svn r1970) Fix some warnings which Cygwin showed

This commit is contained in:
tron
2005-03-09 11:49:34 +00:00
parent a571f31c95
commit 34f14e657d
4 changed files with 22 additions and 21 deletions

View File

@@ -110,7 +110,7 @@ typedef enum {
// To keep the clients all together
typedef struct NetworkClientState {
int socket;
SOCKET socket;
uint16 index;
uint32 last_frame;
uint32 last_frame_server;