mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
Rename
This commit is contained in:
parent
9e46c6910f
commit
d9333b83f2
@ -79,9 +79,9 @@ struct LegoPathEdgeContainer : public list<LegoBoundaryEdge> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x100bd660
|
// FUNCTION: BETA10 0x100bd660
|
||||||
void SetBit1(MxU32 p_bool)
|
void SetBit1(MxU32 p_set)
|
||||||
{
|
{
|
||||||
if (p_bool) {
|
if (p_set) {
|
||||||
m_flags |= c_bit1;
|
m_flags |= c_bit1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user