4th round of standard compiler fixes (#2984)

* 4th round of standard compiler fixes

* use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
kipcode66
2025-12-22 05:20:08 -05:00
committed by GitHub
parent 9ac6dd0044
commit bda8dc6af8
65 changed files with 170 additions and 162 deletions
+2 -1
View File
@@ -1356,7 +1356,8 @@ static int daE_YK_Execute(e_yk_class* i_this) {
i_this->mCollisionSphere.SetR(30.0f * l_HIO.mModelScale);
dComIfG_Ccsp()->Set(&i_this->mCollisionSphere);
setMidnaBindEffect(_this,&i_this->mCreature,&_this->eyePos,&cXyz(0.5f,0.5f,0.5f));
cXyz i_effSize(0.5f,0.5f,0.5f);
setMidnaBindEffect(_this,&i_this->mCreature,&_this->eyePos,&i_effSize);
}
return 1;