mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
Mantis 0000989:
o Moved left side help text a bit up to prevent overlapping by help text and the chat panel git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@66 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
76d8d517ef
commit
4e5afd8d88
1 changed files with 2 additions and 2 deletions
|
@ -3789,7 +3789,7 @@ void AvHHud::SetHelpMessage(const string& inHelpText, bool inForce, float inNorm
|
|||
if(inForce || gEngfuncs.pfnGetCvarFloat(kvAutoHelp))
|
||||
{
|
||||
float theReticleX = kHelpMessageLeftEdgeInset;
|
||||
float theReticleY = kHelpMessageTopEdgeInset;
|
||||
float theReticleY = kHelpMessageTopEdgeInset - 0.15f;
|
||||
bool theCentered = false;
|
||||
|
||||
if(this->GetInTopDownMode())
|
||||
|
@ -3810,7 +3810,7 @@ void AvHHud::SetHelpMessage(const string& inHelpText, bool inForce, float inNorm
|
|||
if(this->GetIsAlien())
|
||||
{
|
||||
theReticleX = kHelpMessageAlienLeftedgeInset;
|
||||
theReticleY = kHelpMessageAlienTopEdgeInset;
|
||||
theReticleY = kHelpMessageAlienTopEdgeInset - 0.15f;
|
||||
}
|
||||
|
||||
if(inNormX != -1)
|
||||
|
|
Loading…
Reference in a new issue