diff --git a/LEGO1/lego/legoomni/include/legopathedgecontainer.h b/LEGO1/lego/legoomni/include/legopathedgecontainer.h index a88d7cab..d6d548b1 100644 --- a/LEGO1/lego/legoomni/include/legopathedgecontainer.h +++ b/LEGO1/lego/legoomni/include/legopathedgecontainer.h @@ -79,9 +79,9 @@ struct LegoPathEdgeContainer : public list { } // FUNCTION: BETA10 0x100bd660 - void SetBit1(MxU32 p_bool) + void SetBit1(MxU32 p_set) { - if (p_bool) { + if (p_set) { m_flags |= c_bit1; } else {