Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 305:6d003c08bacd
rename tMODwarning
author | heinrichsweikamp |
---|---|
date | Tue, 02 Jun 2015 16:34:02 +0200 |
parents | 9b1b0b32e7d5 |
children | 14719662fb95 |
comparison
equal
deleted
inserted
replaced
304:a50edfada621 | 305:6d003c08bacd |
---|---|
616 do_dispsets_menu: | 616 do_dispsets_menu: |
617 MENU_BEGIN tDispSets, .5 | 617 MENU_BEGIN tDispSets, .5 |
618 MENU_OPTION tBright, oBrightness, 0 | 618 MENU_OPTION tBright, oBrightness, 0 |
619 MENU_CALL tColorScheme, do_color_scheme | 619 MENU_CALL tColorScheme, do_color_scheme |
620 MENU_OPTION tFlip, oFlipScreen, 0 | 620 MENU_OPTION tFlip, oFlipScreen, 0 |
621 MENU_OPTION tDepthBlink, oDepthBlink, 0 | 621 MENU_OPTION tMODwarning, oDepthBlink, 0 |
622 MENU_CALL tExit, do_return_settings | 622 MENU_CALL tExit, do_return_settings |
623 MENU_END | 623 MENU_END |
624 | 624 |
625 | 625 |
626 extern oColorSetDive | 626 extern oColorSetDive |