From a77f4c3465d90b774a30c5ef2db3f57ff21c4e01 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 20 May 2017 14:05:34 +0200 Subject: Remove all override code. Overrides allowed changing some attributes of buildings and classes using configs (and without having to change the code itself). This commit removes this nonsensical system. --- src/ui/ui_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 052ee23..357afc4 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -5563,7 +5563,6 @@ UI_Init void _UI_Init( qboolean inGameLoad ) { const char *menuSet; - BG_InitClassOverrides( ); BG_InitAllowedGameElements( ); //uiInfo.inGameLoad = inGameLoad; -- cgit