mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Merge pull request #114 from Vatiken/master
Replaced missing semi-colon. -No Compile
This commit is contained in:
commit
bde600051d
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
|
i->next_content = object; // add object at the end
|
||||||
}
|
}
|
||||||
object->next_content = NULL; // mostly for sanity. should do nothing.
|
object->next_content = NULL; // mostly for sanity. should do nothing.
|
||||||
IN_ROOM(object) = room
|
IN_ROOM(object) = room;
|
||||||
object->carried_by = NULL;
|
object->carried_by = NULL;
|
||||||
if (ROOM_FLAGGED(room, ROOM_HOUSE))
|
if (ROOM_FLAGGED(room, ROOM_HOUSE))
|
||||||
SET_BIT_AR(ROOM_FLAGS(room), ROOM_HOUSE_CRASH);
|
SET_BIT_AR(ROOM_FLAGS(room), ROOM_HOUSE_CRASH);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue