From 5e1b3c74ef898cfb5a802eaf7acc60483a2eb81b Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 6 Sep 2010 17:04:10 +0200 Subject: Git does this one automatically, I guess it fixes lineendings. --- src/game/client/components/chat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/client/components') diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 4429837b..167fe181 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -207,8 +207,8 @@ void CChat::OnRender() y -= 8.0f; int64 Now = time_get(); - float LineWidth = m_pClient->m_pScoreboard->Active() ? 95.0f : 200.0f; - float HeightLimit = m_pClient->m_pScoreboard->Active() ? 220.0f : m_Show ? 50.0f : 200.0f; + float LineWidth = m_pClient->m_pScoreboard->Active() ? 95.0f : 200.0f; + float HeightLimit = m_pClient->m_pScoreboard->Active() ? 220.0f : m_Show ? 50.0f : 200.0f; for(int i = 0; i < MAX_LINES; i++) { int r = ((m_CurrentLine-i)+MAX_LINES)%MAX_LINES; -- cgit 1.4.1