Changeset 350

Show
Ignore:
Timestamp:
07/18/07 17:35:00 (1 year ago)
Author:
ajps
Message:

Make commands activated through command_new set the event type for the simulated keypress. Fixes #202, the strange 'can't enter stores' bug.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/angband-3.0.8/src/util.c

    r267 r350  
    32233223                        /* Use auto-command */ 
    32243224                        ke.key = (char)p_ptr->command_new; 
     3225                        ke.type = EVT_KBRD; 
    32253226 
    32263227                        /* Forget it */