mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 04:02:56 -04:00
A few small matches for 2dnumber/meter
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "m_Do/m_Do_mtx.h"
|
||||
#include "d/d_kankyo.h"
|
||||
#include "JSystem/J3DGraphBase/J3DMaterial.h"
|
||||
#include "dolphin/mtx/mtx.h"
|
||||
|
||||
static u16 anim_table[] = {
|
||||
KWOOD_00_BCK_SWING02, KWOOD_00_BAS_SWING02,
|
||||
|
||||
@@ -3283,7 +3283,7 @@ BOOL daNpc_Ji1_c::CreateInit() {
|
||||
cXyz temp(190.0f, 230.0f, -1100.0f);
|
||||
csXyz temp2(0, 0, 0);
|
||||
|
||||
fopAcM_createChild("Kmon", fopAcM_GetID(this), 0, &temp, fopAcM_GetRoomNo(this), &temp2, 0, (createFunc)0);
|
||||
fopAcM_createChild("Kmon", fopAcM_GetID(this), 0, &temp, fopAcM_GetRoomNo(this), &temp2);
|
||||
fopAcM_SetMtx(this, field_0x330->getModel()->getBaseTRMtx());
|
||||
fopAcM_setCullSizeBox(this, -70.0f, 0.0f, -70.0f, 70.0f, 200.0f, 70.0f);
|
||||
gravity = -30.0f;
|
||||
|
||||
Reference in New Issue
Block a user