mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Add default arguments to anm init functions to simplify calls
This commit is contained in:
@@ -202,7 +202,7 @@ bool daObjBarrel2::Act_c::create_heap() {
|
||||
|
||||
s32 iVar5 = 0;
|
||||
if (m29C != NULL) {
|
||||
iVar5 = m29C->init(mdl_data, brk_data, true, J3DFrameCtrl::EMode_NONE, 1.0f, 0, -1, false, 0);
|
||||
iVar5 = m29C->init(mdl_data, brk_data, true, J3DFrameCtrl::EMode_NONE);
|
||||
}
|
||||
|
||||
if (m298 != NULL && iVar5 != 0) {
|
||||
|
||||
Reference in New Issue
Block a user