d_a_vrbox2 matching

This commit is contained in:
Max Roncace 2025-12-21 13:42:37 -05:00
parent 16a2980f5a
commit afa9521206
No known key found for this signature in database
GPG Key ID: AB5B3305EB9D4E01
4 changed files with 4 additions and 4 deletions

View File

@ -1993,7 +1993,7 @@ config.libs = [
ActorRel(MatchingFor(ALL_GCN), "d_a_tbox"),
ActorRel(MatchingFor(ALL_GCN), "d_a_tbox2"),
ActorRel(MatchingFor(ALL_GCN), "d_a_vrbox"),
ActorRel(NonMatching, "d_a_vrbox2"),
ActorRel(MatchingFor(ALL_GCN), "d_a_vrbox2"),
ActorRel(MatchingFor(ALL_GCN), "d_a_arrow"),
ActorRel(MatchingFor(ALL_GCN), "d_a_boomerang"),
ActorRel(MatchingFor(ALL_GCN), "d_a_crod"),

View File

@ -1493,7 +1493,7 @@ struct J3DBlend : public J3DBlendInfo {
struct J3DFog : public J3DFogInfo {
J3DFog() { *(J3DFogInfo*)this = j3dDefaultFogInfo; }
~J3DFog() {}
J3DFogInfo* getFogInfo() { return this; }
J3DFog* getFogInfo() { return this; }
void setFogInfo(J3DFogInfo info) { *(J3DFogInfo*)this = info; }
void setFogInfo(const J3DFogInfo* info) { *(J3DFogInfo*)this = *info; }

View File

@ -1107,7 +1107,7 @@ public:
}
static BOOL GetTimePass() { return m_time_pass; }
static s8 getStayNo() { return mStayNo; }
static int getStayNo() { return mStayNo; }
static u8 getRegionNo(int i_roomNo) { return mStatus[i_roomNo].mRegionNo; }
static s8 getMemoryBlockID(int i_roomNo) { return mStatus[i_roomNo].mMemBlockID; }
dKy_tevstr_c* getTevStr(int i_roomNo) {

View File

@ -39,7 +39,7 @@ static int daVrbox2_Draw(vrbox2_class* i_this) {
s16 temp_r19;
s16 temp_r18;
camera_p = dComIfGp_getCamera(0);
camera_p = (camera_class*)dComIfGp_getCamera(0);
lenz_p = g_env_light.mpSunLenzPacket;
kumo_model_p = i_this->mpKumoModel;
sun_model_p = i_this->model2;