mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-21 07:22:33 +00:00
parent
bcdf41ec64
commit
8b0a809968
1 changed files with 4 additions and 4 deletions
|
|
@ -5725,10 +5725,10 @@ const char *const MAPTHINGFLAG_LIST[4] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *const PLAYERFLAG_LIST[] = {
|
const char *const PLAYERFLAG_LIST[] = {
|
||||||
// True if button down last tic.
|
// free: 1<<0 to 1<<2
|
||||||
"ATTACKDOWN",
|
"",
|
||||||
"ACCELDOWN",
|
"",
|
||||||
"BRAKEDOWN",
|
"",
|
||||||
|
|
||||||
// Look back VFX has been spawned
|
// Look back VFX has been spawned
|
||||||
// TODO: Is there a better way to track this?
|
// TODO: Is there a better way to track this?
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue