From b28ede2da2c42643c5aa710a8076f0249d48c9e4 Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Sat, 24 Jan 2009 16:09:20 +0000 Subject: changed chatmsgs to use time instead of ticks --- src/game/client/components/chat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/chat.hpp') diff --git a/src/game/client/components/chat.hpp b/src/game/client/components/chat.hpp index 211b3085..593ef87e 100644 --- a/src/game/client/components/chat.hpp +++ b/src/game/client/components/chat.hpp @@ -12,7 +12,7 @@ class CHAT : public COMPONENT struct LINE { - int tick; + int64 time; int client_id; int team; int name_color; -- cgit 1.4.1