diff -r 62d59a87daad -r a6944f94c19f project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h --- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Wed Nov 02 19:17:07 2011 +0100 +++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Thu Nov 03 00:56:44 2011 +0100 @@ -23,11 +23,9 @@ @interface GameInterfaceBridge : NSObject { - NSInteger ipcPort; // Port on which engine will listen + } -@property (assign) NSInteger ipcPort; - -(id) initWithController:(id) viewController; -(void) startLocalGame:(NSDictionary *)withOptions;