mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correct 8b0a80996
This commit is contained in:
parent
8b0a809968
commit
a836893a98
1 changed files with 4 additions and 4 deletions
|
|
@ -5725,10 +5725,10 @@ const char *const MAPTHINGFLAG_LIST[4] = {
|
|||
};
|
||||
|
||||
const char *const PLAYERFLAG_LIST[] = {
|
||||
// free: 1<<0 to 1<<2
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
// free: 1<<0 to 1<<2 (name un-matchable)
|
||||
"\x01",
|
||||
"\x01",
|
||||
"\x01",
|
||||
|
||||
// Look back VFX has been spawned
|
||||
// TODO: Is there a better way to track this?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue