mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
jpegdecoder OK (#574)
* new match * and the .s * merge Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
This commit is contained in:
parent
dd38520a9e
commit
1facd83c38
3 changed files with 8 additions and 105 deletions
|
@ -120,7 +120,7 @@ void ObjMure2_SpawnActors(ObjMure2* this, GlobalContext* globalCtx) {
|
|||
Vec3f spawnPos[12];
|
||||
s16 params;
|
||||
|
||||
setPosFunc[actorNum](&spawnPos, this);
|
||||
setPosFunc[actorNum](spawnPos, this);
|
||||
ObjMure2_SetActorSpawnParams(¶ms, this);
|
||||
|
||||
for (i = 0; i < D_80B9A818[actorNum]; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue