Changeset 765

Show
Ignore:
Timestamp:
03/12/08 16:39:35 (8 months ago)
Author:
takkaria
Message:

Remove an errant comma and fix a signed-unsigned comparison.

Files:

Legend:

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

    r729 r765  
    597597        ACTION_QUAFF_POTION, 
    598598        ACTION_READ_SCROLL, 
    599         ACTION_REFILL, 
     599        ACTION_REFILL 
    600600} item_act; 
    601601 
  • trunk/src/cmd1.c

    r750 r765  
    343343        byte objs_picked_up = 0; 
    344344 
    345         int floor_num = 0, floor_list[MAX_FLOOR_STACK + 1], floor_o_idx = 0; 
     345        size_t floor_num = 0; 
     346        int floor_list[MAX_FLOOR_STACK + 1], floor_o_idx = 0; 
    346347 
    347348        int can_pickup = 0;