mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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:
@@ -45,7 +45,7 @@ public:
|
||||
inline float getStartRate(cXyz* param_1);
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
const daObjLndRope_Hio_c* attr() const {
|
||||
return &M_Hio;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user