mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 18:21:10 +00:00
Per MI's disabling of PT_ASKINFOVIAMS, don't outright remove DELFILE, just mark it for replacement.
This commit is contained in:
parent
6eaf936889
commit
55b85e257e
2 changed files with 2 additions and 0 deletions
|
@ -380,6 +380,7 @@ const char *netxcmdnames[MAXNETXCMD - 1] =
|
||||||
"RANDOMSEED",
|
"RANDOMSEED",
|
||||||
"RUNSOC",
|
"RUNSOC",
|
||||||
"REQADDFILE",
|
"REQADDFILE",
|
||||||
|
"DELFILE", // replace next time we add an XD
|
||||||
"SETMOTD",
|
"SETMOTD",
|
||||||
"SUICIDE",
|
"SUICIDE",
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
|
|
|
@ -129,6 +129,7 @@ typedef enum
|
||||||
XD_RANDOMSEED, // 15
|
XD_RANDOMSEED, // 15
|
||||||
XD_RUNSOC, // 16
|
XD_RUNSOC, // 16
|
||||||
XD_REQADDFILE, // 17
|
XD_REQADDFILE, // 17
|
||||||
|
XD_DELFILE // 18 - replace next time we add an XD
|
||||||
XD_SETMOTD, // 19
|
XD_SETMOTD, // 19
|
||||||
XD_SUICIDE, // 20
|
XD_SUICIDE, // 20
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
|
|
Loading…
Reference in a new issue