mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-02 10:36:03 -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:
@@ -44,7 +44,7 @@ int fpcBs_MakeOfId() {
|
||||
int fpcBs_Execute(base_process_class* i_proc) {
|
||||
int result = 1;
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (!fpcBs_Is_JustOfType(g_fpcBs_type, i_proc->type)) {
|
||||
if (g_fpcDbSv_service[10] != NULL) {
|
||||
g_fpcDbSv_service[10](i_proc);
|
||||
|
||||
Reference in New Issue
Block a user