mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-06 19:11:21 -04:00
d_camera work (#2369)
* bumpCheck matching * checkGroundInfo matching * chaseCamera matching * lockonCamera attempted * talktoCamera matching * subjectCamera, magneCamera matching * colosseumCamera close, plus various fixes * towerCamera attempted * hookshotCamera matching
This commit is contained in:
@@ -217,4 +217,13 @@ void HitSeStart(cXyz const* i_sePos, int i_roomNo, dCcD_GObjInf const* i_CcObj,
|
||||
mDoAud_seStart(sfx, i_sePos, param_3 & 0xFF, (s8)reverb);
|
||||
}
|
||||
}
|
||||
|
||||
static cXyz dummy1(cCcD_CylAttr* cyl) {
|
||||
return cyl->GetCoCP();
|
||||
}
|
||||
|
||||
static cXyz dummy2(cCcD_SphAttr* sph) {
|
||||
return sph->GetCoCP();
|
||||
}
|
||||
|
||||
} // namespace daObj
|
||||
|
||||
Reference in New Issue
Block a user