rnd-19981012-1
[rocksndiamonds.git] / src / network.c
index 2d4e0e64f542ae9de19ba38e1d6a2d47374eb531..db7fc95f980d13811ac05718e16a5eff50959ffd 100644 (file)
@@ -506,6 +506,9 @@ static void Handle_OP_STOP_PLAYING()
   printf("OP_STOP_PLAYING: %d\n", buf[0]);
   sprintf(msgbuf, "client %d stops game", buf[0]);
   sysmsg(msgbuf);
+
+  game_status = MAINMENU;
+  DrawMainMenu();
 }
 
 static void Handle_OP_MOVE_FIGURE()