diff src/menu_tree.asm @ 333:14b466f66a7f new_screen_layout

Extend the Ceiling custom-view with ppO2 and current GF
author Janos Kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 03:30:03 +0200
parents d21b172d5a7a
children 3d43da7acfe1
line wrap: on
line diff
--- a/src/menu_tree.asm	Sun Jun 28 03:30:03 2015 +0200
+++ b/src/menu_tree.asm	Sun Jun 28 03:30:03 2015 +0200
@@ -618,12 +618,13 @@
     call    menu_processor_pop
 
 do_dispsets_menu:
-    MENU_BEGIN  tDispSets, .6
+    MENU_BEGIN  tDispSets, .7
         MENU_OPTION tBright,       oBrightness,   0
         MENU_CALL   tColorScheme,                 do_color_scheme
         MENU_OPTION tFlip,         oFlipScreen,   0
         MENU_OPTION tMODwarning,   oMODwarning,   0
         MENU_CALL   tDispSetVSI,                  do_dispsets_VSI_menu
+        MENU_OPTION tExtCeiling,   oExtCeiling,   0
         MENU_CALL   tExit,                        do_return_settings
     MENU_END