diff --git a/include/M3DUtil/MActorAnm.hpp b/include/M3DUtil/MActorAnm.hpp index 37385eb8a..fc12529b1 100644 --- a/include/M3DUtil/MActorAnm.hpp +++ b/include/M3DUtil/MActorAnm.hpp @@ -271,9 +271,10 @@ class MActorAnmBtp : public MActorAnmMatEach { /* 0x28 */ J3DTexNoAnm** unk28; }; -// The names come from the MtxCalcTypeName table in M3DUtil/InfectiousStrings.hpp, -// which survives in the ROM (read it in MarioDraw.cpp's .data): its four entries -// are "MActorMtxCalcType_Basic", "_Softimage", "_MotionBlend" and "_User". +// The names come from the MtxCalcTypeName table in +// M3DUtil/InfectiousStrings.hpp, which survives in the ROM (read it in +// MarioDraw.cpp's .data): its four entries are "MActorMtxCalcType_Basic", +// "_Softimage", "_MotionBlend" and "_User". enum MActorMtxCalcType { MACTOR_MTX_CALC_BASIC, MACTOR_MTX_CALC_SOFTIMAGE,