diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2017-01-22 06:00:59 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2017-03-24 02:30:05 +0100 |
commit | 38d457170a15fd9eb902cecc8c5dc401646cd0b8 (patch) | |
tree | e43ccf541b01664b49ed24572e289139f00fdb74 /modules/enet/networked_multiplayer_enet.h | |
parent | 5bdbc0f762bf3a7cc38ebda0757de234c45b5f65 (diff) | |
download | redot-engine-38d457170a15fd9eb902cecc8c5dc401646cd0b8.tar.gz |
Update ENet module to support custom ENet lib
Keep compatibility with upstream enet libraries
Diffstat (limited to 'modules/enet/networked_multiplayer_enet.h')
-rw-r--r-- | modules/enet/networked_multiplayer_enet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/enet/networked_multiplayer_enet.h b/modules/enet/networked_multiplayer_enet.h index 4b632adcc5..deddf4ecc7 100644 --- a/modules/enet/networked_multiplayer_enet.h +++ b/modules/enet/networked_multiplayer_enet.h @@ -100,7 +100,7 @@ private: static void enet_compressor_destroy(void *context); void _setup_compressor(); - enet_uint32 bind_ip; + IP_Address bind_ip; protected: static void _bind_methods(); |