changeset 3548 | 4d220ee7c75f |
parent 3547 | 02875b1145b7 |
child 3616 | 85d69ddb41b6 |
--- 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;