X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetwork.c;h=2946240128ce35ae379715dbd54f67f863b333e4;hb=00ca5a80f980e039d78ed670e88f88a85d222461;hp=e62df4ce2d5e596a963f1a03959a63db5c5156e9;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;p=rocksndiamonds.git diff --git a/src/network.c b/src/network.c index e62df4ce..29462401 100644 --- a/src/network.c +++ b/src/network.c @@ -464,7 +464,8 @@ static void Handle_OP_STOP_PLAYING() Request("Network game stopped!", REQ_CONFIRM); } - game_status = GAME_MODE_MAIN; + SetGameStatus(GAME_MODE_MAIN); + DrawMainMenu(); }