mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -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:
@@ -228,7 +228,7 @@ bool daObjCRVFENCE_c::checkViewArea(cXyz* param_1) {
|
||||
bool rv = false;
|
||||
bool bVar1 = false;
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (sp24.x >= 0.0f) {
|
||||
if (sp24.y <= FB_WIDTH) {
|
||||
bVar1 = true;
|
||||
|
||||
Reference in New Issue
Block a user