Changeset 358
- Timestamp:
- 07/19/07 10:02:35 (1 year ago)
- Files:
-
- branches/angband-3.0.8/src/cmd4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/src/cmd4.c
r354 r358 1696 1696 if (ch == '}') 1697 1697 { 1698 if (idx ) remove_autoinscription(oid);1698 if (idx != -1) remove_autoinscription(oid); 1699 1699 return; 1700 1700 }
