# HG changeset patch
# User antonc27 <antonc27@mail.ru>
# Date 1446616597 -3600
# Node ID d1d66d1f6c8abcb5ce7ea00cb947370b5e3caec1
# Parent  83738cdd750dcae0e2d166645ff82ee674d27e48
- Disabled non-adapted for mobile game styles

Note: Motivation for reduction explained here - http://www.hedgewars.org/node/6343

diff -r 83738cdd750d -r d1d66d1f6c8a project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Wed Nov 04 06:39:04 2015 +0100
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Wed Nov 04 06:56:37 2015 +0100
@@ -20,7 +20,7 @@
 #import "SchemeWeaponConfigViewController.h"
 #import <QuartzCore/QuartzCore.h>
 
-#define DISABLED_GAME_STYLES @[@""]
+#define DISABLED_GAME_STYLES @[@"Frenzy.lua", @"Gravity.lua", @"HedgeEditor.lua", @"Continental_supplies.lua", @"Space_Invasion.lua", @"Tumbler.lua"]
 
 #define LABEL_TAG 57423
 #define TABLE_TAG 45657