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:
@@ -166,7 +166,7 @@ bool daObjSwpush::Act_c::create_heap() {
|
||||
if (attr().mBtpArcName != NULL) {
|
||||
J3DAnmTexPattern* btp_data = (J3DAnmTexPattern*) dComIfG_getObjectRes(attr().mBtpArcName, attr().mBtpResIndex);
|
||||
JUT_ASSERT(0x21E, btp_data != NULL);
|
||||
btp_success = mBtpAnm.init(model_data, btp_data, TRUE, J3DFrameCtrl::EMode_NONE, 1.0f, 0, -1, false, FALSE);
|
||||
btp_success = mBtpAnm.init(model_data, btp_data, TRUE, J3DFrameCtrl::EMode_NONE);
|
||||
}
|
||||
|
||||
cBgD_t* bg_data = (cBgD_t*) dComIfG_getObjectRes(attr().mBgArcName, attr().mBgResIndex);
|
||||
|
||||
Reference in New Issue
Block a user