From 45b3b481ec56d555b1382a49c025fdb7ec0ab18b Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 24 Dec 2015 01:57:26 +0100 Subject: [PATCH] Avoid loading hud skin list on menu start --- qcsrc/menu/xonotic/hudskinlist.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/hudskinlist.qc b/qcsrc/menu/xonotic/hudskinlist.qc index 736ee0a6e..b3bdc6243 100644 --- a/qcsrc/menu/xonotic/hudskinlist.qc +++ b/qcsrc/menu/xonotic/hudskinlist.qc @@ -56,7 +56,7 @@ entity makeXonoticHUDSkinList() void XonoticHUDSkinList_configureXonoticHUDSkinList(entity me) { me.configureXonoticListBox(me); - me.getHUDSkins(me); + me.nItems = 0; } const float HUDSKINPARM_NAME = 0; -- 2.39.2