X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=3dbae5993fc16cd86a53162c84440553c66eed52;hb=2443a8a09966a9940e1420c91d24a297325c2a00;hp=701df603adf356532173c5854f4a573268956ad8;hpb=bcb3453f710b95ec98b188b95574bea9ab336e96;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 701df603..3dbae599 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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 */