mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_ConvertBinarySectorTypes: Stumble is now binary sector type 11
Was 9, but conflicted with Ring Drain
This commit is contained in:
parent
79796b00f5
commit
e710d13ef1
1 changed files with 3 additions and 1 deletions
|
|
@ -6017,7 +6017,9 @@ static void P_ConvertBinarySectorTypes(void)
|
|||
case 8: //Instakill
|
||||
sectors[i].damagetype = SD_INSTAKILL;
|
||||
break;
|
||||
case 9: // Stumble
|
||||
//case 9: -- Ring Drainer (Floor Touch)
|
||||
//case 10: -- Ring Drainer (No Floor Touch)
|
||||
case 11: // Stumble
|
||||
sectors[i].damagetype = SD_STUMBLE;
|
||||
break;
|
||||
case 12: //Wall sector
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue