X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=afd737d1b8ecca5319975f6fe1115765b4f42a86;hb=872c750a22b50e08df976854d84d0a2bacaa7a70;hp=6518f918332756a13809a623c6be0fcee6b61fae;hpb=79d9c524e06f6ed0346c9394148691c8904516d5;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 6518f918..afd737d1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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