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:
@@ -45,7 +45,7 @@ s32 fpcEx_ToLineQ(base_process_class* i_proc) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (g_fpcDbSv_service[1] != NULL) {
|
||||
g_fpcDbSv_service[1](i_proc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user