--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Thu Nov 25 02:45:52 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Sat Nov 27 23:29:07 2010 +0100
@@ -185,7 +185,7 @@
#pragma mark -
#pragma mark actionSheet methods
-(void) actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger) buttonIndex {
- if (IS_IPAD()){
+ if (IS_IPAD() == NO){
CGRect screen = [[UIScreen mainScreen] bounds];
[UIView beginAnimations:@"table width less" context:NULL];
[UIView setAnimationDuration:0.2];