mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Warning/error cleanup
This commit is contained in:
@@ -72,10 +72,10 @@ BOOL daKaji_c::_delete() {
|
||||
|
||||
BOOL daKaji_c::_execute() {
|
||||
// Copy the ship's transform (plus an offset) to the helm.
|
||||
cXyz* offset = &cXyz(0.0f, 740.0f, -858.0f);
|
||||
offset->y += REG10_F(10);
|
||||
offset->z += REG10_F(11);
|
||||
cMtx_multVec(l_p_ship->mpModel->getBaseTRMtx(), offset, ¤t.pos);
|
||||
cXyz offset(0.0f, 740.0f, -858.0f);
|
||||
offset.y += REG10_F(10);
|
||||
offset.z += REG10_F(11);
|
||||
cMtx_multVec(l_p_ship->mpModel->getBaseTRMtx(), &offset, ¤t.pos);
|
||||
|
||||
daObjPirateship::Act_c* ship = l_p_ship;
|
||||
shape_angle = ship->shape_angle;
|
||||
|
||||
Reference in New Issue
Block a user