P_ConvertBinarySectorTypes: Stumble is now binary sector type 11

Was 9, but conflicted with Ring Drain
This commit is contained in:
toaster 2023-02-02 22:03:59 +00:00
parent 79796b00f5
commit e710d13ef1

View file

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