mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 13:46:25 -04:00
Add #ifdef declarations for NON_MATCHING code
This commit is contained in:
@@ -2462,7 +2462,8 @@ bool shouldLogFlagChange(const sead::SafeString& flag_name, FlagType type) {
|
||||
return sConfig.shouldLog(flag_name, event_type);
|
||||
}
|
||||
|
||||
// NON_MATCHING: reorderings (which result in other small differences)
|
||||
// reorderings (which result in other small differences)
|
||||
#ifdef NON_MATCHING
|
||||
sead::Color4f getFlagColor(FlagType type) {
|
||||
if (s32(type) == FlagType::Bool || s32(type) == FlagType::BoolArray)
|
||||
return sead::Color4f::cRed;
|
||||
@@ -2480,5 +2481,6 @@ sead::Color4f getFlagColor(FlagType type) {
|
||||
|
||||
return sead::Color4f::cBlue;
|
||||
}
|
||||
#endif
|
||||
|
||||
} // namespace ksys::gdt
|
||||
|
||||
Reference in New Issue
Block a user