Changeset 240
- Timestamp:
- 06/28/07 21:09:49 (1 year ago)
- Files:
-
- trunk/src/cmd4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd4.c
r232 r240 3929 3929 {'1', "Interface options", do_cmd_options_aux, (void*)0}, 3930 3930 {'2', "Display options", do_cmd_options_aux, (void*)1}, 3931 {'3', "Warning options", do_cmd_options_aux, (void*)2},3932 {'4', "Birth ( Difficulty) options", do_cmd_options_aux, (void*)3},3931 {'3', "Warning and disturbance options", do_cmd_options_aux, (void*)2}, 3932 {'4', "Birth (difficulty) options", do_cmd_options_aux, (void*)3}, 3933 3933 {'5', "Cheat options", do_cmd_options_aux, (void*)4}, 3934 3934 {0, 0, 0, 0}, /* Load and append */ 3935 3935 {'W', "Subwindow display settings", (action_f) do_cmd_options_win, 0}, 3936 {'S', "Item squelch and Autoinscribesettings", (action_f) do_cmd_options_item, 0},3936 {'S', "Item squelch settings", (action_f) do_cmd_options_item, 0}, 3937 3937 {'D', "Set base delay factor", (action_f) do_cmd_delay, 0}, 3938 3938 {'H', "Set hitpoint warning", (action_f) do_cmd_hp_warn, 0}, 3939 {0, 0, 0, }, /* Special choices */3939 {0, 0, 0, 0}, /* Special choices */ 3940 3940 {'L', "Load a user pref file", (action_f) do_cmd_pref_file_hack, (void*)20}, 3941 3941 {'A', "Dump options", do_dump_options, 0}, 3942 {0, 0, 0, }, /* Interact with */3942 {0, 0, 0, 0}, /* Interact with */ 3943 3943 {'M', "Interact with macros (advanced)", (action_f) do_cmd_macros, 0}, 3944 3944 {'V', "Interact with visuals (advanced)", (action_f) do_cmd_visuals, 0},
