diff -r 3f605cca9215 -r abaf741a4e21 project_files/HedgewarsMobile/Classes/OverlayViewController.h --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Oct 14 16:01:43 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h Thu Oct 14 22:01:33 2010 +0200 @@ -40,6 +40,7 @@ // the objc ammomenu AmmoMenuViewController *amvc; + BOOL wasVisible; // ths touch section CGFloat initialDistanceForPinching; @@ -53,6 +54,7 @@ // dual head support NSInteger initialScreenCount; + NSInteger a, b; } @property (nonatomic,retain) id popoverController;