mirror of https://github.com/zeldaret/oot.git
missed 1
This commit is contained in:
parent
b3ecd5ea86
commit
4d4c306c40
|
@ -235,7 +235,8 @@ void ObjWarp2block_Init(Actor* thisx, PlayState* play2) {
|
||||||
ObjWarp2block_SetInactive(this);
|
ObjWarp2block_SetInactive(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
PRINTF(T("時のブロック(ワープ2)", "Time Block (Warp 2)") " (<arg> %04xH <type> color:%d range:%d)\n",
|
PRINTF(T("時のブロック(ワープ2) (<arg> %04xH <type> color:%d range:%d)\n",
|
||||||
|
"Time Block (Warp 2) (<arg> %04xH <type> color:%d range:%d)\n"),
|
||||||
PARAMS_GET_U(this->dyna.actor.params, 0, 16), this->dyna.actor.home.rot.z & 7,
|
PARAMS_GET_U(this->dyna.actor.params, 0, 16), this->dyna.actor.home.rot.z & 7,
|
||||||
PARAMS_GET_U(this->dyna.actor.params, 11, 3));
|
PARAMS_GET_U(this->dyna.actor.params, 11, 3));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue