mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -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:
@@ -163,7 +163,7 @@ int daTurara_c::create() {
|
||||
fopAcM_setCullSizeBox2(this, mpModel[field_0x984]->getModelData());
|
||||
setBaseMtx();
|
||||
field_0x994 = 1;
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
l_HIO.entryHIO("つらら");
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user