From 764ee3fd179e220a43be6ebf2827c385a6f89dee Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 15 Oct 2010 19:26:20 +0200 Subject: optimised chat rendering a bit --- src/game/client/components/chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/chat.h') 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; -- cgit 1.4.1