summaryrefslogtreecommitdiffstats
path: root/modules/enet/networked_multiplayer_enet.h
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2017-01-22 06:00:59 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2017-03-24 02:30:05 +0100
commit38d457170a15fd9eb902cecc8c5dc401646cd0b8 (patch)
treee43ccf541b01664b49ed24572e289139f00fdb74 /modules/enet/networked_multiplayer_enet.h
parent5bdbc0f762bf3a7cc38ebda0757de234c45b5f65 (diff)
downloadredot-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.h2
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();