mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 23:44:28 -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:
@@ -801,7 +801,7 @@ void dMeter_drawLightDropHIO_c::genMessage(JORMContext* mctx) {
|
||||
#endif
|
||||
|
||||
dMeter_drawHIO_c::dMeter_drawHIO_c() {
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
field_0x8_debug = 0;
|
||||
#endif
|
||||
mLifeTopPosX = 40.0f;
|
||||
|
||||
Reference in New Issue
Block a user