mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Add default arguments to anm init functions to simplify calls
This commit is contained in:
@@ -1442,7 +1442,7 @@ BOOL daObj_Ikada_c::_createHeap() {
|
||||
J3DAnmTransform* bck = (J3DAnmTransform*)dComIfG_getObjectRes(m_arc_name, IKADAH_BCK_SVSHIP_KAITEN);
|
||||
JUT_ASSERT(2180, bck != NULL);
|
||||
|
||||
if (!mBckAnm.init(modelData, bck, true, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1, false)) {
|
||||
if (!mBckAnm.init(modelData, bck, true, J3DFrameCtrl::EMode_LOOP)) {
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user