Actually clear options field properly

This commit is contained in:
spherallic 2023-06-11 17:15:36 +02:00
parent 90d95d1305
commit 056d3dcf31

View file

@ -6718,7 +6718,7 @@ static void P_ConvertBinaryThingTypes(void)
}
// Clear binary thing height hacks, to prevent interfering with UDMF-only flags
mapthings[i].options &= 8;
mapthings[i].options &= 0xF;
}
}