(svn r1970) Fix some warnings which Cygwin showed

This commit is contained in:
tron
2005-03-09 11:49:34 +00:00
parent c0ac4cfe51
commit 5f1345ac0e
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;