mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-26 02:46:09 +01:00
Object Events and some formatting corrections.
This commit is contained in:
parent
36f35cdf55
commit
f0d34e6cd6
5 changed files with 55 additions and 35 deletions
|
|
@ -176,6 +176,7 @@ int delete_room(room_rnum rnum)
|
|||
event_cancel(pEvent);
|
||||
}
|
||||
free_list(room->events);
|
||||
room->events = NULL;
|
||||
}
|
||||
|
||||
/* Change any exit going to this room to go the void. Also fix all the exits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue