mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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_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_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…
Add table
Reference in a new issue