changed using generic "choose tree" screen for "hall of fame" screen
[rocksndiamonds.git] / src / libgame / system.h
index 6518f918332756a13809a623c6be0fcee6b61fae..afd737d1b8ecca5319975f6fe1115765b4f42a86 100644 (file)
@@ -1606,6 +1606,7 @@ struct TreeInfo
   int first_level;     // first level number (to allow start with 0 or 1)
   int last_level;      // last level number (automatically calculated)
   int sort_priority;   // sort levels by 'sort_priority' and then by name
+  int pos;             // custom position information of node in tree
 
   boolean latest_engine;// force level set to use the latest game engine