mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -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:
@@ -147,7 +147,7 @@ void daNpcFgd_c::checkGroundHeight() {
|
||||
}
|
||||
|
||||
void daNpcFgd_c::setCollision() {
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
mCyl.SetR(Cd2_HIO_cylR(m_type));
|
||||
mCyl.SetH(Cd2_HIO_cylH(m_type));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user