mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
debugfinishline: highlight stumble sectors in yellow
This commit is contained in:
parent
1698e80650
commit
044bfdc83a
1 changed files with 3 additions and 0 deletions
|
|
@ -1275,6 +1275,9 @@ INT16 R_PlaneIsHighlighted(const visplane_t *pl)
|
|||
case SD_INSTAKILL:
|
||||
return 35; // red
|
||||
|
||||
case SD_STUMBLE:
|
||||
return 72; // yellow
|
||||
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue