--- deliantra/server/include/client.h 2006/12/23 09:41:55 1.19 +++ deliantra/server/include/client.h 2006/12/23 15:49:40 1.20 @@ -170,7 +170,7 @@ int ACC (RW, fd); unsigned int inbuf_len; // number of bytes valid in inbuf uint8 *faces_sent; // This is a bitmap on sent face status - statsinfo stats; + statsinfo stats; client_container cc_inv, cc_other; Buffer outputbuffer; @@ -179,6 +179,7 @@ uint8 ACC (RW, state); /* Input state of the player (name, password, etc */ uint8 ACC (RW, password_fails); /* how many times the player has failed to give the right password */ + bool ACC (RW, afk); /* player is afk */ bool ACC (RW, facecache); /* If true, client is caching images */ bool ACC (RW, sent_scroll); bool ACC (RW, sound); /* does the client want sound */