about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorghost <ghost91@gmx.net>2010-09-06 17:04:10 +0200
committeroy <Tom_Adams@web.de>2010-09-07 02:11:52 +0200
commit5e1b3c74ef898cfb5a802eaf7acc60483a2eb81b (patch)
tree421e66dedb9b8eead151a34eb4fa577735af0efd /src/game/client
parent5ff7836638d69e3a0a9df63a458d4326fe9ea315 (diff)
downloadzcatch-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.cpp4
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;