mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 08:23:08 -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:
@@ -51,7 +51,7 @@ static bool l_HIOInit;
|
||||
|
||||
static daObj_BattaHIO_c l_HIO;
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
|
||||
void daObj_BattaHIO_c::genMessage(JORMContext* ctx) {
|
||||
// Golden bugs
|
||||
|
||||
Reference in New Issue
Block a user