Fix outstanding tbamud compile errors

This commit is contained in:
kinther 2025-08-31 06:38:31 -07:00
parent 78b2e3ae30
commit 7a188a7cdb
7 changed files with 19 additions and 9 deletions

View file

@ -147,9 +147,9 @@ SPECIAL(mayor)
{
char actbuf[MAX_INPUT_LENGTH];
const char open_path[] =
static const char open_path[] =
"W3a3003b33000c111d0d111Oe333333Oe22c222112212111a1S.";
const char close_path[] =
static const char close_path[] =
"W3a3003b33000c111d0d111CE333333CE22c222112212111a1S.";
static const char *path = NULL;