Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def Rel(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
Object(NonMatching, "SB/Core/gc/iCollide.cpp"),
Object(Matching, "SB/Core/gc/iCollideFast.cpp"),
Object(Matching, "SB/Core/gc/iDraw.cpp"),
Object(NonMatching, "SB/Core/gc/iEnv.cpp"),
Object(Equivalent, "SB/Core/gc/iEnv.cpp"),
Object(NonMatching, "SB/Core/gc/iFile.cpp"),
Object(NonMatching, "SB/Core/gc/iFMV.cpp"),
Object(NonMatching, "SB/Core/gc/iFX.cpp"),
Expand Down
4 changes: 0 additions & 4 deletions src/SB/Core/gc/iEnv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ static RpWorld* sPipeWorld;
static RwCamera* sPipeCamera;
static iEnv* lastEnv;

const static RwBBox lbl_80260130 = { 1000.0f, 1000.0f, 1000.0f, -1000.0f, -1000.0f, -1000.0f };

static RpAtomic* SetPipelineCB(RpAtomic* atomic, void* data)
{
if (RwCameraBeginUpdate(sPipeCamera))
Expand Down Expand Up @@ -48,7 +46,6 @@ static void iEnvSetBSP(iEnv* env, S32 envDataType, RpWorld* bsp)
}
}

#ifdef NON_MATCHING
void iEnvLoad(iEnv* env, const void* data, U32, S32 dataType)
{
RpWorld* bsp = (RpWorld*)data;
Expand Down Expand Up @@ -98,7 +95,6 @@ void iEnvLoad(iEnv* env, const void* data, U32, S32 dataType)
env->memlvl = xMemGetBase();
}
}
#endif

void iEnvFree(iEnv* env)
{
Expand Down