project_files/frontlib/net/netconn_internal.h
changeset 8260 83d85e32c713
parent 7691 55c0a856ecd0
child 8262 f01702bfb764
--- 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;