mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 04:23:53 -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:
@@ -608,7 +608,7 @@ void daNpc_Len_c::action() {
|
||||
|
||||
if (mStagger.checkRebirth()) {
|
||||
// FIXME: Fakematch - same issue in npc_besu
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
mStagger.initialize();
|
||||
#else
|
||||
for (int i = 0; i < 2; i++) {
|
||||
|
||||
Reference in New Issue
Block a user