mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 14:46:07 +00:00
@@ -156,7 +156,7 @@ public:
|
||||
CBCSlideCmd(pas::ESlideType type, const CVector3f& dir)
|
||||
: CBodyStateCmd(kBSC_Slide), x8_type(type), xc_dir(dir) {}
|
||||
|
||||
~CBCSlideCmd() override {}
|
||||
~CBCSlideCmd() {}
|
||||
|
||||
pas::ESlideType GetSlideType() const { return x8_type; }
|
||||
const CVector3f& GetSlideDirection() const { return xc_dir; }
|
||||
|
||||
Reference in New Issue
Block a user