mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Cleanp a bunch of stuff
This commit is contained in:
@@ -79,11 +79,11 @@ static BOOL daLamp_Execute(lamp_class* i_this) {
|
||||
i_this->mModel->setBaseTRMtx(*calc_mtx);
|
||||
MtxTrans(10.0f, -140.0f, -15.0f, 1);
|
||||
|
||||
cXyz pos;
|
||||
pos.z = 0.0f;
|
||||
pos.y = 0.0f;
|
||||
pos.x = 0.0f;
|
||||
MtxPosition(&pos, &i_this->mPos);
|
||||
cXyz offset;
|
||||
offset.z = 0.0f;
|
||||
offset.y = 0.0f;
|
||||
offset.x = 0.0f;
|
||||
MtxPosition(&offset, &i_this->mPos);
|
||||
|
||||
if (!i_this->mParticleInit) {
|
||||
static cXyz fire_scale(0.5f, 0.5f, 0.5f);
|
||||
|
||||
Reference in New Issue
Block a user