diff -r 0f6e3219c108 -r 5c82ee165ed5 project_files/HedgewarsMobile/Classes/CommodityFunctions.h --- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h Mon Oct 11 16:56:00 2010 -0400 +++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h Tue Oct 12 05:06:30 2010 +0200 @@ -53,6 +53,8 @@ #define IS_DUALHEAD() ([[UIScreen screens] count] > 1) +#define DEFAULT_NETGAME_PORT 46631 + void createTeamNamed (NSString *nameWithoutExt); void createWeaponNamed (NSString *nameWithoutExt, int type);