mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 20:57:02 +00:00
@@ -54,8 +54,8 @@ CHECK_SIZEOF(CPOINode, 0x38)
|
|||||||
|
|
||||||
class CBoolPOINode : public CPOINode {
|
class CBoolPOINode : public CPOINode {
|
||||||
public:
|
public:
|
||||||
CBoolPOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index,
|
CBoolPOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index, bool unique,
|
||||||
bool unique, float weight, int charIdx, int flags, bool value); /*
|
float weight, int charIdx, int flags, bool value); /*
|
||||||
: CPOINode(name, type, time, index, unique, weight, charIdx, flags)
|
: CPOINode(name, type, time, index, unique, weight, charIdx, flags)
|
||||||
, x38_val(value) {}
|
, x38_val(value) {}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user