mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 10:26:16 -04:00
match d_a_npc_tk for debug (#3046)
* match d_a_npc_tk for debug * fix macro usage * fix whitespace
This commit is contained in:
@@ -58,8 +58,7 @@ public:
|
||||
mDoMtx_stack_c::multVecZero(&newPos);
|
||||
current.pos = newPos;
|
||||
old.pos = current.pos;
|
||||
speed.y = 0.0f;
|
||||
speedF = 0.0f;
|
||||
speedF = speed.y = 0.0f;
|
||||
mpMorf->getModel()->setBaseTRMtx(mtx);
|
||||
}
|
||||
|
||||
|
||||
@@ -1043,9 +1043,9 @@ public:
|
||||
int Set(cXyz, cXyz);
|
||||
int Set(cXyz, cXyz, f32, s16);
|
||||
int Set(cXyz, cXyz, s16, f32);
|
||||
void Reset(cXyz, cXyz);
|
||||
int Reset(cXyz, cXyz);
|
||||
int Reset();
|
||||
void Reset(cXyz, cXyz, f32, s16);
|
||||
int Reset(cXyz, cXyz, f32, s16);
|
||||
f32 shakeCamera();
|
||||
int StartShake(s32, u8*, s32, cXyz);
|
||||
int StopShake();
|
||||
|
||||
Reference in New Issue
Block a user