diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-30 17:42:35 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-30 17:42:35 +0200 |
commit | 139651d45a72d57c5147e2854647d95cb87c9e4e (patch) | |
tree | d88e78dd9fbae16334b18fb9e6cb1e07b65f0cde /client/time.h | |
parent | 056c70e0861bd1b95007e08df86ac4c4d83f2165 (diff) |
`make format`
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; |