project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m
changeset 3941 017b2b31e1c6
parent 3940 cc29628976cc
child 3952 d6412423da45
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Sun Oct 10 02:06:42 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Sun Oct 10 03:16:25 2010 +0200
@@ -188,7 +188,8 @@
     UIButton *theButton = (UIButton *)sender;
     HW_setWeapon(theButton.tag);
     playSound(@"clickSound");
-    [self disappear];
+    if (IS_DUALHEAD() == NO)
+        [self disappear];
 }
 
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {