added drawing network players (graphics and names) to main menu screen
[rocksndiamonds.git] / src / screens.c
index 3eab4a7343e9235371708e03f4e4b2bdea08dd83..758e536d29a16b17e97e7bdc095e29d094ea8f6e 100644 (file)
@@ -1642,6 +1642,7 @@ void DrawMainMenu()
 
   DrawCursorAndText_Main(-1, FALSE, FALSE);
   DrawPreviewLevelInitial();
+  DrawNetworkPlayers();
 
   HandleMainMenu(0, 0, 0, 0, MB_MENU_INITIALIZE);