From 2492ecc8593b194790e2985cd1c9e56e4898b625 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Fri, 1 Jun 2007 08:06:22 +0000 Subject: [PATCH] use the new hud in pro and the old hud in normal nexuiz git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2748 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/default.cfg | 1 + pro/default.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/data/default.cfg b/data/default.cfg index e63a246e9..e494e6937 100644 --- a/data/default.cfg +++ b/data/default.cfg @@ -81,6 +81,7 @@ vid_height 600 // 2D resolution 800x600 vid_conwidth 800 vid_conheight 600 +set sbar_hudselector 0 // use the old nexuiz hud layout v_deathtilt 0 // needed for spectators (who are dead to avoid prediction) // these settings determine how much the view is affected by movement/damage diff --git a/pro/default.cfg b/pro/default.cfg index 03e13bd6a..dabbf41af 100644 --- a/pro/default.cfg +++ b/pro/default.cfg @@ -81,6 +81,7 @@ vid_height 600 // 2D resolution 800x600 vid_conwidth 800 vid_conheight 600 +set sbar_hudselector 1 // use the new nexuiz hud layout v_deathtilt 0 // needed for spectators (who are dead to avoid prediction) // these settings determine how much the view is affected by movement/damage -- 2.39.2