mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user