summaryrefslogtreecommitdiff
path: root/src/ui/ui_main.c
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-05-20 14:05:34 +0200
committerPaweł Redman <pawel.redman@gmail.com>2017-05-21 15:47:12 +0200
commita77f4c3465d90b774a30c5ef2db3f57ff21c4e01 (patch)
treeedf22059f78e7670ef003dce27ef538242022c75 /src/ui/ui_main.c
parentd05bee2ac2ae858dbf690c8e6e84d9e7ea3db48f (diff)
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.
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r--src/ui/ui_main.c1
1 files changed, 0 insertions, 1 deletions
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;