Skip to content

Commit

Permalink
fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
walt253 authored Oct 8, 2024
1 parent c0cca07 commit 5c0d88a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/room_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ TbBool find_random_valid_position_for_thing_in_room_avoiding_object_excluding_ro
/* MOVE TO room_list.c/h */
struct Room *find_nearest_room_of_role_for_thing_with_spare_item_capacity(struct Thing *thing, PlayerNumber plyr_idx, RoomRole rrole, unsigned char nav_flags);
struct Room *find_random_room_of_role_for_thing(struct Thing *thing, PlayerNumber owner, RoomRole rkind, unsigned char nav_flags);
struct Room * find_random_room_of_role_for_thing_with_spare_room_item_capacity(struct Thing *thing, PlayerNumber owner, RoomRole rrole, unsigned char nav_flags);
struct Room * pick_random_room_of_role(PlayerNumber plyr_idx, RoomRole rrole);
struct Room *find_random_room_of_role_for_thing_with_spare_room_item_capacity(struct Thing *thing, PlayerNumber owner, RoomRole rrole, unsigned char nav_flags);
struct Room *pick_random_room_of_role(PlayerNumber plyr_idx, RoomRole rrole);

Expand Down

0 comments on commit 5c0d88a

Please sign in to comment.