mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
No more magic numbers
This commit is contained in:
parent
c38457f23c
commit
b5988e082c
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
#include "fastcmp.h"
|
#include "fastcmp.h"
|
||||||
#include "lua_script.h"
|
#include "lua_script.h"
|
||||||
#include "lua_hook.h"
|
#include "lua_hook.h"
|
||||||
|
#include "d_clisrv.h"
|
||||||
|
|
||||||
#include "m_cond.h"
|
#include "m_cond.h"
|
||||||
|
|
||||||
|
|
@ -7392,6 +7393,14 @@ struct {
|
||||||
|
|
||||||
{"V_CHARCOLORSHIFT",V_CHARCOLORSHIFT},
|
{"V_CHARCOLORSHIFT",V_CHARCOLORSHIFT},
|
||||||
{"V_ALPHASHIFT",V_ALPHASHIFT},
|
{"V_ALPHASHIFT",V_ALPHASHIFT},
|
||||||
|
|
||||||
|
//Kick Reasons
|
||||||
|
{"KR_KICK",KR_KICK},
|
||||||
|
{"KR_PINGLIMIT",KR_PINGLIMIT},
|
||||||
|
{"KR_SYNCH",KR_SYNCH},
|
||||||
|
{"KR_TIMEOUT",KR_TIMEOUT},
|
||||||
|
{"KR_BAN",KR_BAN},
|
||||||
|
{"KR_LEAVE",KR_LEAVE},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{NULL,0}
|
{NULL,0}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue