mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -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:
@@ -416,7 +416,7 @@ static void core_start(b_ob_class* i_this) {
|
||||
}
|
||||
break;
|
||||
case 1:
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (mDoCPd_c::getTrigY(PAD_2)) {
|
||||
i_this->mMode = 2;
|
||||
i_this->mDemoAction = 30;
|
||||
|
||||
Reference in New Issue
Block a user