project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m
changeset 3996 eb549fd864a5
parent 3989 adffb668f06e
child 4032 4aeab704d006
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Mon Oct 25 17:39:50 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Mon Oct 25 22:19:00 2010 +0200
@@ -297,6 +297,8 @@
         startingPoint = [[[allTouches allObjects] objectAtIndex:0] locationInView:self.view];
     }
     */
+    if (IS_IPAD() == NO)
+        [self disappear];
 }
 
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {