Changeset 326

Show
Ignore:
Timestamp:
07/13/07 10:16:48 (1 year ago)
Author:
ajps
Message:

Remove 'h' from the list of selection in roguelike command mode. Closes #215

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/angband-3.0.8/src/store.c

    r301 r326  
    26102610                        /* These two can't intersect! */ 
    26112611                        menu.cmd_keys = "\n\x04\x10\r?=CPdeEiIsTwx\x8B\x8Chl"; /* \x10 = ^p , \x04 = ^D */ 
    2612                         menu.selections = "abcfghmnopqruvyz1234567890"; 
     2612                        menu.selections = "abcfgmnopqruvyz1234567890"; 
    26132613                } 
    26142614