diff -r f1015857deb8 -r 972bf04d4a79 project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h --- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Sat Aug 27 17:53:35 2011 -0400 +++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Sun Aug 28 11:38:24 2011 +0200 @@ -38,7 +38,7 @@ TGameType gameType; } -@property (nonatomic,retain) UIViewController *parentController; +@property (assign) UIViewController *parentController; @property (nonatomic,retain) NSString *savePath; @property (nonatomic,retain) OverlayViewController *overlayController;