mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Started using resource enums for old actors
This commit is contained in:
@@ -42,7 +42,15 @@ bool daObjVteng_c::create_heap() {
|
||||
JUT_ASSERT(0xb7, 0);
|
||||
ret = false;
|
||||
} else {
|
||||
mpMorf = new mDoExt_McaMorf(pModelData, NULL, NULL, pAnm, J3DFrameCtrl::LOOP_ONCE_e, 1.0f, 0x3B, -1, 0, NULL, 0x00, 0x11020203);
|
||||
mpMorf = new mDoExt_McaMorf(
|
||||
pModelData,
|
||||
NULL, NULL,
|
||||
pAnm,
|
||||
J3DFrameCtrl::LOOP_ONCE_e, 1.0f, 0x3B, -1, 0,
|
||||
NULL,
|
||||
0x00000000,
|
||||
0x11020203
|
||||
);
|
||||
if (!mpMorf) {
|
||||
ret = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user