Changeset 358

Show
Ignore:
Timestamp:
07/19/07 10:02:35 (1 year ago)
Author:
ajps
Message:

Fix bug in removal of autoinscriptions

Files:

Legend:

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

    r354 r358  
    16961696        if (ch == '}') 
    16971697        { 
    1698                 if (idx) remove_autoinscription(oid); 
     1698                if (idx != -1) remove_autoinscription(oid); 
    16991699                return; 
    17001700        }