mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -04:00
Demo matches (#767)
This commit is contained in:
@@ -4369,7 +4369,7 @@ BOOL daNpcPeople_c::createHeap() {
|
||||
mpMorf->getModel()->setUserArea((u32)this);
|
||||
|
||||
mAcchCir.SetWall(30.0f, 30.0f);
|
||||
mObjAcch.Set(¤t.pos, &old.pos, this, 1, &mAcchCir, &speed, ¤t.angle, &shape_angle);
|
||||
mObjAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 1, &mAcchCir, fopAcM_GetSpeed_p(this), fopAcM_GetAngle_p(this), fopAcM_GetShapeAngle_p(this));
|
||||
|
||||
if(l_etc_bmd_ix_tbl[mNpcType][mbIsNight] >= 0) {
|
||||
J3DModelData* temp = (J3DModelData*)(dComIfG_getObjectIDRes(l_arcname_tbl[mNpcType], l_etc_bmd_ix_tbl[mNpcType][mbIsNight]));
|
||||
|
||||
Reference in New Issue
Block a user