Room save flag functions

This commit is contained in:
kinther 2025-09-07 08:29:04 -07:00
parent 91441806a4
commit 9d54d7d1a6
9 changed files with 524 additions and 40 deletions

View file

@ -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();