project_files/HedgewarsMobile/Classes/OverlayViewController.m
changeset 3668 3f7a95234d8a
parent 3667 9359a70df013
child 3672 f225b94a4411
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Sat Jul 24 23:23:10 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Sun Jul 25 01:59:41 2010 +0200
@@ -326,6 +326,8 @@
     // reset default dimming
     doDim();
     
+    HW_setPianoSound([allTouches count]);
+    
     switch ([allTouches count]) {
         case 1:       
             removeConfirmationInput();
@@ -424,7 +426,6 @@
             HW_allKeysUp();
             break;
         default:
-            DLog(@"too many touches");
             break;
     }