mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
Poe Objects (#743)
* poe objects * Last unaccounted resolved, name suffix fixes * remove _tex * missed 2 * format Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
8b87e53b76
commit
208167361b
21 changed files with 318 additions and 241 deletions
|
@ -47,7 +47,7 @@ f32 OnePointCutscene_RaycastFloor(CollisionContext* colCtx, Vec3f* pos) {
|
|||
}
|
||||
|
||||
void OnePointCutscene_SetCsCamPoints(Camera* camera, s16 actionParameters, s16 initTimer, CutsceneCameraPoint* atPoints,
|
||||
CutsceneCameraPoint* eyePoints) {
|
||||
CutsceneCameraPoint* eyePoints) {
|
||||
OnePointCsCamera* onePointCamData = (OnePointCsCamera*)&camera->paramData;
|
||||
|
||||
onePointCamData->atPoints = atPoints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue