mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Replaced missing semi-colon. -No Compile
This commit is contained in:
parent
8f67dd880c
commit
0ee3aac10d
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ void obj_to_room(struct obj_data *object, room_rnum room)
|
|||
i->next_content = object; // add object at the end
|
||||
}
|
||||
object->next_content = NULL; // mostly for sanity. should do nothing.
|
||||
IN_ROOM(object) = room
|
||||
IN_ROOM(object) = room;
|
||||
object->carried_by = NULL;
|
||||
if (ROOM_FLAGGED(room, ROOM_HOUSE))
|
||||
SET_BIT_AR(ROOM_FLAGS(room), ROOM_HOUSE_CRASH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue