- Disabled non-adapted for mobile game styles
Note: Motivation for reduction explained here - http://www.hedgewars.org/node/6343
--- 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