mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
clean up some inline parameters
This commit is contained in:
@@ -1401,8 +1401,7 @@ BOOL daNpc_kam_c::draw() {
|
||||
cXyz shadowPos(current.pos.x, current.pos.y, current.pos.z);
|
||||
mShadowId = dComIfGd_setShadow(
|
||||
mShadowId, 1, model, &shadowPos, 800.0f, 20.0f,
|
||||
current.pos.y, mAcch.GetGroundH(), mAcch.m_gnd, &tevStr,
|
||||
0, 1.0f, dDlst_shadowControl_c::getSimpleTex()
|
||||
current.pos.y, mAcch.GetGroundH(), mAcch.m_gnd, &tevStr
|
||||
);
|
||||
|
||||
dSnap_RegistFig(DSNAP_TYPE_KAMOME, this, 1.0f, 1.0f, 1.0f);
|
||||
|
||||
Reference in New Issue
Block a user