fixed amb1646 - implemented NetFlow_Both functionality

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402149
This commit is contained in:
David Anderson
2008-05-15 05:52:30 +00:00
parent 21359ea17e
commit 3342a84cf4
2 changed files with 106 additions and 19 deletions
+4 -1
View File
@@ -35,11 +35,14 @@
#endif
#define _clients_included
/**
* Network flow directions.
*/
enum NetFlow
{
NetFlow_Outgoing = 0, /**< Outgoing traffic */
NetFlow_Incoming, /**< Incoming traffic */
NetFlow_Both /**< Incoming and outgoing traffic */
NetFlow_Both, /**< Both values added together */
};
#define MAXPLAYERS 64 /**< Maximum number of players that can be in server */