added drawing network players (graphics and names) to main menu screen
[rocksndiamonds.git] / src / libgame / system.h
index 4dfe8d668ea0318efcb4772348dada308e456915..839a52586fb5fba4268eb297cf50c99f44841e85 100644 (file)
@@ -1258,6 +1258,7 @@ struct SetupInfo
   boolean skip_levels;
   boolean increment_levels;
   boolean auto_play_next_level;
+  boolean skip_scores_after_game;
   boolean time_limit;
   boolean fullscreen;
   int window_scaling_percent;
@@ -1550,6 +1551,8 @@ struct TextPosInfo
   int direction;               /* needed for panel time/health graphics */
   int class;                   /* needed for panel time/health graphics */
   int style;                   /* needed for panel time/health graphics */
+
+  int tile_size;               /* special case for list of network players */
 };
 
 struct MouseActionInfo