Changeset 260

Show
Ignore:
Timestamp:
07/04/07 11:05:50 (1 year ago)
Author:
takkaria
Message:

Fix help texts. (#167)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/help/help.hlp

    r160 r260  
    22 
    33Please choose one of the following online help files: 
    4     (1) README for Angband 3.0.8   (308.txt) 
     4    (k) README for Angband 3.0.8   (308.txt) 
    55 
    66    (a) General Information        (general.txt) 
     
    2121  RET   advance 1 line     =  back up 1 line     &  show (highlight) some text 
    2222  +     advance 1/2 page   _  back up 1/2 page   !  toggle case sentitivity 
    23 ***** [1] 308.txt 
    2423***** [a] general.txt 
    2524***** [b] birth.txt 
     
    3231***** [i] spoiler.hlp 
    3332***** [j] user.hlp 
    34  
     33***** [k] 308.txt 
  • trunk/lib/help/playing.txt

    r119 r260  
    108108 z  Zap a rod                            Z  (unused) 
    109109 !  Interact with system                ^A  (special - debug command) 
    110  @  Interact with macros                ^B  (unused) 
     110 @  (unused)                            ^B  (unused) 
    111111 #  (unused)                            ^C  (special - break) 
    112  $  User interface                      ^D  (unused) 
    113  %  Interact with visuals               ^E  Toggle choice window 
     112 $  (unused)                            ^D  (unused) 
     113 %  (unused)                            ^E  Toggle choice window 
    114114 ^  (special - control key)             ^F  Repeat level feeling 
    115  &  Interact with colors                ^G  (unused) 
     115 &  (unused)                            ^G  (unused) 
    116116 *  Target monster or location          ^H  (unused) 
    117117 (  Load screen dump                    ^I  (special - tab) 
     
    168168 z  Aim a wand (Zap)                     Z  Use a staff (Zap) 
    169169 !  Interact with system                ^A  (special - debug command) 
    170  @  Interact with macros                ^B  (alter - south west) 
     170 @  (unused)                            ^B  (alter - south west) 
    171171 #  Toggle search mode                  ^C  (special - break) 
    172172 $  (unused)                            ^D  Destroy item 
    173  %  Interact with visuals               ^E  Toggle choice window 
     173 %  (unused)                            ^E  Toggle choice window 
    174174 ^  (special - control key)             ^F  Repeat level feeling 
    175  &  Interact with colors                ^G  (unused) 
     175 &  (unused)                            ^G  (unused) 
    176176 *  Target monster or location          ^H  (alter - west) 
    177177 (  Load screen dump                    ^I  (special - tab) 
  • trunk/src/tables.c

    r255 r260  
    17961796        "Restrict creation of artifacts",                       /* OPT_birth_no_artifacts */ 
    17971797        "Don't stack objects on the floor",                     /* OPT_birth_no_stacking */ 
    1798         "Preserve artifacts when leaving level",      /* OPT_birth_no_preserve */ 
     1798        "Don't preserve artifacts when leaving level",        /* OPT_birth_no_preserve */ 
    17991799        "Don't generate connected stairs",                      /* OPT_birth_no_stairs */ 
    18001800        NULL,                                                                           /* xxx */