X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=server.h;h=175cd41f47a4c62dd30362fc1ef5f234844cfed9;hp=273b3de9e6bfcf7dee5e6f82195b62cf57f93acd;hb=c65b6faa99d227bcd00107311acfb66a95be02c6;hpb=cb1df35c0a57ed03205b35beb505b96131da4bd7 diff --git a/server.h b/server.h index 273b3de9..175cd41f 100644 --- a/server.h +++ b/server.h @@ -81,6 +81,10 @@ typedef struct client_s qboolean dropasap; // has been told to go to another level qboolean sendsignon; // only valid before spawned + // LordHavoc: to make netquake protocol get through NAT routers, have to wait for client to ack + qboolean waitingforconnect; // waiting for connect from client (stage 1) + qboolean sendserverinfo; // send server info in next datagram (stage 2) + double last_message; // reliable messages must be sent // periodically