mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
CPASAnimState fixes
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
class CBCStepCmd : public CBodyStateCmd
|
||||
{
|
||||
pas::EStepDirection x8_dir = pas::EStepDirection::Invalid;
|
||||
pas::EStepType xc_type = pas::EStepType::Zero;
|
||||
pas::EStepType xc_type = pas::EStepType::Normal;
|
||||
public:
|
||||
CBCStepCmd() : CBodyStateCmd(EBodyStateCmd::Step) {}
|
||||
CBCStepCmd(pas::EStepDirection dir, pas::EStepType type)
|
||||
|
||||
Reference in New Issue
Block a user