mirror of
https://github.com/zeldaret/tp
synced 2026-08-05 09:34:30 -04:00
d_a_vrbox2 matching (#2981)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user