diff options
| author | ghost <ghost91@gmx.net> | 2010-09-06 17:04:10 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-09-07 02:11:52 +0200 |
| commit | 5e1b3c74ef898cfb5a802eaf7acc60483a2eb81b (patch) | |
| tree | 421e66dedb9b8eead151a34eb4fa577735af0efd /src/game/client | |
| parent | 5ff7836638d69e3a0a9df63a458d4326fe9ea315 (diff) | |
| download | zcatch-5e1b3c74ef898cfb5a802eaf7acc60483a2eb81b.tar.gz zcatch-5e1b3c74ef898cfb5a802eaf7acc60483a2eb81b.zip | |
Git does this one automatically, I guess it fixes lineendings.
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/components/chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |