mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fix Mini Map
This commit is contained in:
parent
bcb311a703
commit
2ec7809852
@ -53,15 +53,15 @@ disableRandomization[] = {"All"};
|
|||||||
|
|
||||||
showHUD[] =
|
showHUD[] =
|
||||||
{
|
{
|
||||||
true, // Scripted HUD (same as showHUD command)
|
true, // Scripted HUD (same as showHUD command)
|
||||||
true, // Vehicle + soldier info
|
true, // Vehicle + soldier info
|
||||||
true, // Vehicle radar
|
true, // Vehicle radar
|
||||||
true, // Vehicle compass
|
true, // Vehicle compass
|
||||||
true, // Tank direction indicator
|
true, // Tank direction indicator
|
||||||
false, // Commanding menu
|
false, // Commanding menu
|
||||||
false, // Group Bar
|
false, // Group Bar
|
||||||
true, // HUD Weapon Cursors
|
true, // HUD Weapon Cursors
|
||||||
false // Squad Radar
|
true // Vehicle display panels
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "Configs\CfgServicePoint.hpp"
|
#include "Configs\CfgServicePoint.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user