mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-15 21:49:56 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
@@ -22,7 +22,7 @@ s32 fpcLf_Draw(leafdraw_class* i_leaf) {
|
||||
}
|
||||
|
||||
s32 fpcLf_Execute(leafdraw_class* i_leaf) {
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (fpcBs_Is_JustOfType(g_fpcLf_type, i_leaf->base.subtype) == 0) {
|
||||
if (g_fpcDbSv_service[12] != NULL) {
|
||||
g_fpcDbSv_service[12](i_leaf);
|
||||
|
||||
Reference in New Issue
Block a user