mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Add default arguments to anm init functions to simplify calls
This commit is contained in:
@@ -191,7 +191,7 @@ bool daObj_Warpt_c::createHutaHeap() {
|
||||
J3DAnmTevRegKey* brk = (J3DAnmTevRegKey*)dComIfG_getObjectRes(m_arc_name, LTUBW_BRK_YWPFM00);
|
||||
JUT_ASSERT(291, brk);
|
||||
|
||||
if (!mLidBrk.init(modelData, brk, true, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1, false, FALSE)) {
|
||||
if (!mLidBrk.init(modelData, brk, true, J3DFrameCtrl::EMode_LOOP)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user