diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2016-08-19 16:48:08 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2016-08-19 16:48:41 -0300 |
| commit | 1add52b55e038a4fa789c64f3919f7fcab808e91 (patch) | |
| tree | dd7878449dd1d2301684a5e5aa34b8466744b168 /modules/enet/protocol.c | |
| parent | 56fa741b7a729bd5a00cff17e4382af547de92ad (diff) | |
| download | redot-engine-1add52b55e038a4fa789c64f3919f7fcab808e91.tar.gz | |
Brand new networked multiplayer
Diffstat (limited to 'modules/enet/protocol.c')
| -rw-r--r-- | modules/enet/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/enet/protocol.c b/modules/enet/protocol.c index 29d648732d..5225147942 100644 --- a/modules/enet/protocol.c +++ b/modules/enet/protocol.c @@ -9,6 +9,7 @@ #include "enet/time.h" #include "enet/enet.h" + static size_t commandSizes [ENET_PROTOCOL_COMMAND_COUNT] = { 0, |
