diff options
Diffstat (limited to 'client/time.h')
-rw-r--r-- | client/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/time.h b/client/time.h index 30c8124..a989c5c 100644 --- a/client/time.h +++ b/client/time.h @@ -4,7 +4,7 @@ #define W2_CLIENT_TIMER_COUNT (4) extern unsigned long g_w2_client_timers[W2_CLIENT_TIMER_COUNT]; typedef enum { - W2_TIMER_PING = 0, + W2_TIMER_PING = 0, W2_TIMER_UPDATE = 1, } w2_e_client_timers; |