Changeset 354

Show
Ignore:
Timestamp:
07/18/07 18:49:11 (1 year ago)
Author:
ajps
Message:

Misc small fixes, as detailed in #252.

Files:

Legend:

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

    r341 r354  
    20602060 
    20612061        /* Wipe finder */ 
    2062         my_strcpy(finder, "", sizeof(shower)); 
     2062        my_strcpy(finder, "", sizeof(finder)); 
    20632063 
    20642064        /* Wipe shower */ 
    2065         my_strcpy(shower, "", sizeof(finder)); 
     2065        my_strcpy(shower, "", sizeof(shower)); 
    20662066 
    20672067 
  • branches/angband-3.0.8/src/defines.h

    r270 r354  
    17131713#define INSCRIP_UNCURSED        9 
    17141714#define INSCRIP_INDESTRUCTIBLE  10 
    1715 #define INSCRIP_SQUELCH                 11 
    17161715 
    17171716/* 
  • branches/angband-3.0.8/src/store.c

    r335 r354  
    129129        "You fiend!", 
    130130        "The shopkeeper curses at you.", 
    131         "The shopkeeper glares at you.", 
     131        "The shopkeeper glares at you." 
    132132}; 
    133133 
     
    382382 * Determine the price of an object (qty one) in a store. 
    383383 * 
    384  * `flip` == TRUE  means the shop is buying, player selling 
    385  *        == FALSE means the shop is selling, player buying 
     384 * store_buying == TRUE  means the shop is buying, player selling 
     385 *               == FALSE means the shop is selling, player buying 
    386386 * 
    387387 * This function takes into account the player's charisma, and the 
  • branches/angband-3.0.8/src/wizard2.c

    r334 r354  
    11351135        (void)clear_timed(TMD_CUT); 
    11361136        (void)clear_timed(TMD_SLOW); 
     1137        (void)clear_timed(TMD_AMNESIA); 
    11371138 
    11381139        /* No longer hungry */