mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-05 20:07:19 +02:00
Room save flag functions
This commit is contained in:
parent
91441806a4
commit
9d54d7d1a6
9 changed files with 524 additions and 40 deletions
5
src/db.c
5
src/db.c
|
|
@ -38,6 +38,7 @@
|
|||
#include "mud_event.h"
|
||||
#include "msgedit.h"
|
||||
#include "screen.h"
|
||||
#include "roomsave.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
/* declarations of most of the 'global' variables */
|
||||
|
|
@ -782,6 +783,10 @@ void boot_db(void)
|
|||
House_boot();
|
||||
}
|
||||
|
||||
/* Restore persistent room contents last so they take precedence. */
|
||||
log("Loading Room Contents.");
|
||||
RoomSave_boot();
|
||||
|
||||
log("Cleaning up last log.");
|
||||
clean_llog_entries();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue