Disabled non-equivalent function. (#193)

* Refactored variable.

From comment in https://github.com/DavidSM64/Diddy-Kong-Racing/pull/189.

* Disabled non-equivalent function.

https://discord.com/channels/617205155074539529/683041013563916402/915436777035165766
This commit is contained in:
AntonioCastelli
2021-12-12 17:10:02 -05:00
committed by GitHub
parent 7c50dca304
commit e9dc3e7adf
+2 -2
View File
@@ -506,8 +506,8 @@ void render_level_geometry_and_objects(void) {
GLOBAL_ASM("asm/non_matchings/unknown_0255E0/render_level_geometry_and_objects.s")
#endif
// *Should *be functionally equivalent.
#ifdef NON_MATCHING
// Breaks on everdrive.
#if 0
// nonOpaque: 0 for solid geometry, 1 for transparent geometry.
void render_level_segment(s32 segmentId, s32 nonOpaque) {
LevelModelSegment *segment = &gCurrentLevelModel->segments[segmentId]; // spAC