mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 00:38:59 -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:
@@ -8,7 +8,7 @@
|
||||
#include "d/actor/d_a_obj_magLiftRot.h"
|
||||
#include "d/d_com_inf_game.h"
|
||||
#include "d/d_procname.h"
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
#include "m_Do/m_Do_hostIO.h"
|
||||
#endif
|
||||
#include "d/d_bg_w.h"
|
||||
|
||||
Reference in New Issue
Block a user