added support for keys 1 to 4 to select network player in request dialog
[rocksndiamonds.git] / src / libgame / system.h
index e396a369212db4e87817f1a6f8b7e8d5e063ff80..23bb94d41042398ac7353fcafd954c3946d89f4d 100644 (file)
 
 /* values for special event handling style (used for global animation) */
 #define STYLE_PASSTHROUGH      (1 << 3)
+#define STYLE_MULTIPLE_ACTIONS (1 << 4)
 
 #define STYLE_DEFAULT          STYLE_NONE
 
@@ -1271,6 +1272,9 @@ struct SetupInfo
   int volume_loops;
   int volume_music;
 
+  boolean network_mode;
+  int network_player_nr;
+
   struct SetupAutoSetupInfo auto_setup;
   struct SetupEditorInfo editor;
   struct SetupEditorCascadeInfo editor_cascade;