mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-19 07:51:43 +00:00
woops, compile fix
This commit is contained in:
parent
06dc30ea54
commit
6d3691d3d1
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ typedef enum
|
|||
XD_RANDOMSEED, // 15
|
||||
XD_RUNSOC, // 16
|
||||
XD_REQADDFILE, // 17
|
||||
XD_DELFILE // 18 - replace next time we add an XD
|
||||
XD_DELFILE, // 18 - replace next time we add an XD
|
||||
XD_SETMOTD, // 19
|
||||
XD_SUICIDE, // 20
|
||||
#ifdef HAVE_BLUA
|
||||
|
|
Loading…
Reference in a new issue