project_files/HedgewarsMobile/Classes/MapConfigViewController.m
changeset 6832 fae8fd118da9
parent 6829 60b039d88dab
child 6869 a187c280dd3d
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Wed Mar 28 01:56:42 2012 +0200
@@ -14,14 +14,13 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 22/04/2010.
  */
 
 
 #import "MapConfigViewController.h"
 #import <QuartzCore/QuartzCore.h>
 
+
 #define scIndex         self.segmentedControl.selectedSegmentIndex
 #define isRandomness()  (segmentedControl.selectedSegmentIndex == 0 || segmentedControl.selectedSegmentIndex == 2)