diff -r 02e32be01232 -r c8236fcbe160 project_files/frontlib/net/netconn_internal.h --- a/project_files/frontlib/net/netconn_internal.h Thu Dec 06 10:01:01 2012 +0100 +++ b/project_files/frontlib/net/netconn_internal.h Tue Dec 04 09:24:10 2012 +0100 @@ -40,9 +40,9 @@ char *playerName; char *dataDirPath; - int netconnState; // One of the NETCONN_STATE constants + int netconnState; //! One of the NETCONN_STATE constants - bool isChief; // Player can modify the current room + bool isChief; //! Player can modify the current room flib_map *map; flib_teamlist pendingTeamlist; flib_teamlist teamlist;