mirror of
https://github.com/ENSL/NS.git
synced 2025-01-18 23:41:51 +00:00
Mantis 0000989:
o Moved text chat a bit up to allow commanders to see the text. o Resource label is no longer obfuscated by the text chat. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@123 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
d395747976
commit
848e73f17b
2 changed files with 2 additions and 2 deletions
|
@ -709,7 +709,7 @@ TeamFortressViewport::TeamFortressViewport(int x,int y,int wide,int tall) : Pane
|
|||
|
||||
// tankefugl: 0000989:
|
||||
// m_chatPanel = new ChatPanel(10, (ScreenHeight() * 0.75 - 30) / 2, ScreenWidth() - 20, 30);
|
||||
m_chatPanel = new ChatPanel(10, ScreenHeight() * 0.75f - 30, ScreenWidth() - 20, 30);
|
||||
m_chatPanel = new ChatPanel(10, ScreenHeight() * 0.57f - 30, ScreenWidth() - 20, 30);
|
||||
// :tankefugl
|
||||
m_chatPanel->setParent(this);
|
||||
m_chatPanel->setVisible(false);
|
||||
|
|
|
@ -3792,7 +3792,7 @@ void AvHHud::SetHelpMessage(const string& inHelpText, bool inForce, float inNorm
|
|||
if(inForce || gEngfuncs.pfnGetCvarFloat(kvAutoHelp))
|
||||
{
|
||||
float theReticleX = kHelpMessageLeftEdgeInset;
|
||||
float theReticleY = kHelpMessageTopEdgeInset - 0.15f;
|
||||
float theReticleY = kHelpMessageTopEdgeInset - 0.03f; // + 0.15f;
|
||||
bool theCentered = false;
|
||||
|
||||
if(this->GetInTopDownMode())
|
||||
|
|
Loading…
Reference in a new issue