Changeset 527

Show
Ignore:
Timestamp:
08/15/07 14:35:50 (1 year ago)
Author:
takkaria
Message:

Fix previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cmd-obj.c

    r526 r527  
    438438} 
    439439 
    440 static bool obj_refill(object_type *o_ptr, int item) 
     440static void obj_refill(object_type *o_ptr, int item) 
    441441{ 
    442442        object_type *j_ptr = &inventory[INVEN_LITE]; 
  • trunk/src/cmd6.c

    r526 r527  
    1818 */ 
    1919#include "angband.h" 
     20#include "cmds.h" 
    2021#include "effects.h" 
    2122 
     
    200201                o_ptr->pval--; 
    201202 
    202                 /* Describe charges in the pack */ 
     203                /* Describe charges */ 
    203204                if (item >= 0) 
    204205                        inven_item_charges(item); 
    205  
    206                 /* Describe charges on the floor */ 
    207206                else 
    208207                        floor_item_charges(0 - item);