--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m Sun Aug 29 23:36:22 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m Mon Aug 30 01:38:46 2010 +0200
@@ -217,7 +217,7 @@
return;
if (HW_isWaiting())
- HW_shoot();
+ HW_dismissReady();
UIButton *theButton = (UIButton *)sender;
switch (theButton.tag) {
@@ -369,7 +369,7 @@
case 1:
// this dismisses the "get ready"
if (HW_isWaiting())
- HW_shoot();
+ HW_dismissReady();
// if we're in the menu we just click in the point
if (HW_isAmmoOpen()) {