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:
tankefugl 2005-04-11 22:37:40 +00:00
parent 76d8d517ef
commit 4e5afd8d88
1 changed files with 2 additions and 2 deletions

View File

@ -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)