mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-02 14:32:22 +00:00
Actually clear options field properly
This commit is contained in:
parent
90d95d1305
commit
056d3dcf31
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue