mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-05 11:57:19 +02:00
Fix outstanding tbamud compile errors
This commit is contained in:
parent
78b2e3ae30
commit
7a188a7cdb
7 changed files with 19 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue