X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetwork.c;h=73887cd5b52e1270f52d3d38d9ebaf21eaa35c69;hb=8cae2f011a23232a4233e808fd1092d2871603e6;hp=f67f819c0e98334277586611c669ae5995702657;hpb=30f7db91ed90b3c76ce50dca5884154b3f5d55e9;p=rocksndiamonds.git diff --git a/src/network.c b/src/network.c index f67f819c..73887cd5 100644 --- a/src/network.c +++ b/src/network.c @@ -1049,6 +1049,10 @@ static void HandleNetworkingDisconnect(void) void HandleNetworking(void) { + /* do not handle any networking packets if request dialog is active */ + if (game.request_active) + return; + char *error_message = HandleNetworkingPackets(); if (error_message != NULL)