X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/cb15b9d76a1b88411f1dad2ced8b397a14c6c59a..a48189e5c6981f787eb634e94c940ca5b2e517e2:/inet.c diff --git a/inet.c b/inet.c index c44ec4c..4300eb7 100644 --- a/inet.c +++ b/inet.c @@ -137,8 +137,7 @@ void HandShake(void) } else fatal("Hm, the party apparantly ended prematurely."); - } - while (event.u.net.type != NP_gamedata); + } while (event.u.net.type != NP_gamedata); }