d_a_nh done (no match) (#55)

* Fix sin and cos

* Fix dCcD_GObjInf JP inlining difference

* Improvements to dDlst_alphaModel_c

* d_a_nh done (no match)
This commit is contained in:
LagoLunatic
2023-09-18 15:29:40 -04:00
committed by GitHub
parent 1040e0498c
commit 01f2fc433f
9 changed files with 303 additions and 214 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ int daSpotbox_c::create() {
}
int daSpotbox_c::draw() {
if(g_dComIfG_gameInfo.drawlist.getAlphaModel2()->mCount != 0) {
g_dComIfG_gameInfo.drawlist.setAlphaModel2(0x3, this->mtx, 0x20);
if (dComIfGd_getSpotModelNum() != 0) {
dComIfGd_setSpotModel(dDlst_alphaModel_c::TYPE_CUBE, mtx, 0x20);
}
return TRUE;
}