mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user