From 767442ecf43244d0cf0a72f05d500bee7f521ea9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 26 Jan 2012 17:19:16 +0100 Subject: [PATCH] also call updateCompression on menu init, may fix problem with +exec +map --- qcsrc/menu/menu.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/menu/menu.qc b/qcsrc/menu/menu.qc index c097f99b9..7b5dbd15a 100644 --- a/qcsrc/menu/menu.qc +++ b/qcsrc/menu/menu.qc @@ -54,6 +54,8 @@ void m_init() // needs to be done so early because of the constants they create RegisterWeapons(); RegisterGametypes(); + + updateCompression(); } float MENU_ASPECT = 1.25; // 1280x1024 -- 2.39.2