mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -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:
@@ -311,10 +311,10 @@ int daNpc_Raca_c::Draw() {
|
||||
}
|
||||
|
||||
draw(
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
chkAction(mAction),
|
||||
#else
|
||||
0,
|
||||
FALSE,
|
||||
#endif
|
||||
FALSE, mRealShadowSize, NULL, 100.0f, FALSE, FALSE, FALSE
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user