about summary refs log tree commit diff
path: root/src/game/client/components/chat.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-10-15 19:26:20 +0200
committeroy <Tom_Adams@web.de>2010-10-15 19:26:20 +0200
commit764ee3fd179e220a43be6ebf2827c385a6f89dee (patch)
tree1df16d6b962f8f9e0aaccadbd674e4ec9bff5fe4 /src/game/client/components/chat.h
parente294cd86a5f9f96924fd381fd64f5647a6b33c90 (diff)
downloadzcatch-764ee3fd179e220a43be6ebf2827c385a6f89dee.tar.gz
zcatch-764ee3fd179e220a43be6ebf2827c385a6f89dee.zip
optimised chat rendering a bit
Diffstat (limited to 'src/game/client/components/chat.h')
-rw-r--r--src/game/client/components/chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h
index 81ea273e..1e5ba657 100644
--- a/src/game/client/components/chat.h
+++ b/src/game/client/components/chat.h
@@ -15,6 +15,7 @@ class CChat : public CComponent
 	struct CLine
 	{
 		int64 m_Time;
+		float m_YOffset[2];
 		int m_ClientId;
 		int m_Team;
 		int m_NameColor;