diff -r 02875b1145b7 -r 4d220ee7c75f project_files/HedgewarsMobile/Classes/GameSetup.h --- a/project_files/HedgewarsMobile/Classes/GameSetup.h Wed Jun 23 22:03:56 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/GameSetup.h Thu Jun 24 01:08:25 2010 +0200 @@ -13,8 +13,8 @@ NSDictionary *systemSettings; NSDictionary *gameConfig; - NSInteger ipcPort; - TCPsocket sd, csd; // Socket descriptor, Client socket descriptor + NSInteger ipcPort; // Port on which engine will listen + TCPsocket csd; // Client socket descriptor } @property (nonatomic, retain) NSDictionary *systemSettings;