Changeset 575

Show
Ignore:
Timestamp:
09/21/07 10:40:52 (1 year ago)
Author:
takkaria
Message:

Fix the slightly ill-thought out double-use of 'd' on the options menu in [552]; fixes #389.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cmd4.c

    r567 r575  
    39603960static menu_action option_actions [] =  
    39613961{ 
    3962         {'a', "Interface options", do_cmd_options_aux, (void*)0},  
    3963         {'b', "Display options", do_cmd_options_aux, (void*)1}, 
    3964         {'c', "Warning and disturbance options", do_cmd_options_aux, (void*)2},  
    3965         {'d', "Birth (difficulty) options", do_cmd_options_aux, (void*)3},  
    3966         {'e', "Cheat options", do_cmd_options_aux, (void*)4},  
     3962        {'1', "Interface options", do_cmd_options_aux, (void*)0},  
     3963        {'2', "Display options", do_cmd_options_aux, (void*)1}, 
     3964        {'3', "Warning and disturbance options", do_cmd_options_aux, (void*)2},  
     3965        {'4', "Birth (difficulty) options", do_cmd_options_aux, (void*)3},  
     3966        {'5', "Cheat options", do_cmd_options_aux, (void*)4},  
    39673967        {0, 0, 0, 0}, /* Load and append */ 
    39683968        {'w', "Subwindow display settings", (action_f) do_cmd_options_win, 0},