debugfinishline: highlight stumble sectors in yellow

This commit is contained in:
James R 2024-01-26 18:07:40 -08:00
parent 1698e80650
commit 044bfdc83a

View file

@ -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;
}