rnd-20020403-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 701df603adf356532173c5854f4a573268956ad8..3dbae5993fc16cd86a53162c84440553c66eed52 100644 (file)
@@ -305,6 +305,7 @@ struct SetupInfo
   boolean handicap;
   boolean time_limit;
   boolean fullscreen;
+  boolean ask_on_escape;
 
   struct SetupShortcutInfo shortcut;
   struct SetupInputInfo input[MAX_PLAYERS];
@@ -318,6 +319,7 @@ struct SetupInfo
 
 struct TreeInfo
 {
+  struct TreeInfo **node_top;          /* topmost node in tree */
   struct TreeInfo *node_parent;                /* parent level directory info */
   struct TreeInfo *node_group;         /* level group sub-directory info */
   struct TreeInfo *next;               /* next level series structure node */