diff options
author | eihrul <eihrul> | 2006-07-06 21:30:34 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2006-07-06 21:30:34 +0000 |
commit | e310eade3b48d3112fe9dcf99548c8c7bf2895e8 (patch) | |
tree | 8f1ea6256092288a0717e88a00601f96825d0e18 | |
parent | 1d6253cc3d63801cc4077ff4621e31cf53cc75f9 (diff) | |
download | enet-e310eade3b48d3112fe9dcf99548c8c7bf2895e8.tar.gz enet-e310eade3b48d3112fe9dcf99548c8c7bf2895e8.zip |
*** empty log message ***
-rw-r--r-- | tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial.txt b/tutorial.txt index f187e2d..9341d6c 100644 --- a/tutorial.txt +++ b/tutorial.txt @@ -239,7 +239,7 @@ host. No event is generated. i.e. ENetEvent event; - enet_peer_disconnect (& client -> peers [0]); + enet_peer_disconnect (& client -> peers [0], 0); /* Allow up to 3 seconds for the disconnect to succeed * and drop any packets received packets. |