mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Crosshair is now handled by the cgame module
This commit is contained in:
parent
20c8c87e79
commit
bc54f22639
1 changed files with 6 additions and 2 deletions
|
@ -4938,7 +4938,9 @@ void CL_ShutdownUI(void)
|
|||
hudList.RemoveObjectAt(i);
|
||||
}
|
||||
|
||||
crosshairhud = menuManager.FindMenu("crosshair");
|
||||
// Removed in 2.0
|
||||
// Crosshair is now handled by the cgame module
|
||||
//crosshairhud = menuManager.FindMenu("crosshair");
|
||||
hud_weapons = menuManager.FindMenu("hud_weapons");
|
||||
hud_items = menuManager.FindMenu("hud_items");
|
||||
hud_health = menuManager.FindMenu("hud_health");
|
||||
|
@ -5226,7 +5228,9 @@ void CL_InitializeUI(void)
|
|||
uWinMan.CreateMenus();
|
||||
|
||||
// find the crosshair
|
||||
crosshairhud = menuManager.FindMenu("crosshair");
|
||||
// Removed in 2.0
|
||||
// Crosshair is now handled by the cgame module
|
||||
//crosshairhud = menuManager.FindMenu("crosshair");
|
||||
// find weapons hud
|
||||
hud_weapons = menuManager.FindMenu("hud_weapons");
|
||||
// find items hud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue