mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
Fix MP3 SAVW support, code cleanup, and more stubs
This commit is contained in:
@@ -37,6 +37,8 @@ class CSteadyStateAnimInfo
|
||||
bool x14_looping = false;
|
||||
|
||||
public:
|
||||
/* HACK: Remove this default constructor */
|
||||
CSteadyStateAnimInfo() = default;
|
||||
CSteadyStateAnimInfo(bool looping, const CCharAnimTime& duration, const zeus::CVector3f& offset)
|
||||
: x0_duration(duration), x8_offset(offset), x14_looping(looping) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user