summaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-06 17:25:52 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-06 17:25:52 +0000
commit35185452d7546ab56aa0040d7c2d68795c3f813f (patch)
tree275025e31e94ed999019a12307dccf4fc6f9fc6a /include/server.h
parentf3cc2306be924ba521243d38d2cdea8297bdf1eb (diff)
- synchronizuju sa aj veci
- preklady obsahuju aj font a velkost pismen - upravy aby to slo ( po stahnut tejto verzii sa hra musi odinstalovat a znova naonstalovat ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@43 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/server.h b/include/server.h
index bf7a1e9..f865282 100644
--- a/include/server.h
+++ b/include/server.h
@@ -37,15 +37,16 @@ typedef struct client_struct
{
#ifdef SUPPORT_NET_UNIX_UDP
sock_udp_t *socket_udp;
- my_time_t lastPing;
#endif
#ifdef SUPPORT_NET_SDL_UDP
sock_sdl_udp_t *socket_sdl_udp;
- my_time_t lastPing;
#endif
int status;
tux_t *tux;
+ my_time_t lastPing;
+ my_time_t lastEvent;
+
buffer_t *buffer;
} client_t;