Big net::msg conversion
This commit is contained in:
+3
-1
@@ -23,6 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#ifndef _CLIENT_H_
|
||||
#define _CLIENT_H_
|
||||
|
||||
#include "net_msg.hpp"
|
||||
|
||||
// client.h
|
||||
|
||||
typedef struct
|
||||
@@ -129,7 +131,7 @@ typedef struct
|
||||
// connection information
|
||||
int signon; // 0 to SIGNONS
|
||||
struct qsocket_s *netcon;
|
||||
sizebuf_t message; // writing buffer to send to server
|
||||
net::msg message; // writing buffer to send to server
|
||||
|
||||
} client_static_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user