mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-27 22:59:24 -04:00
+1
-1
@@ -1186,7 +1186,7 @@ void dNpc_EventCut_c::cutMoveToPosStart() {
|
||||
}
|
||||
|
||||
void dNpc_EventCut_c::cutMoveToPosProc() {
|
||||
s16 angle = cLib_targetAngleY(mpActor->current.pos, mPos);
|
||||
s16 angle = cLib_targetAngleY(&mpActor->current.pos, &mPos);
|
||||
|
||||
cXyz temp(pDelDistance * JMASinShort(angle), mPos.y, pDelDistance * JMASCosShort(angle));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user