mirror of
https://github.com/zeldaret/tp
synced 2026-08-29 17:12:33 -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:
@@ -19,7 +19,7 @@ public:
|
||||
daObj_TomHIO_c();
|
||||
virtual ~daObj_TomHIO_c() {}
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
void genMessage(JORMContext* context) {
|
||||
// Golden dragonfly
|
||||
context->genLabel("黄金蟲(トンボ)", 0x80000001, 0, NULL, 0xffff, 0xffff, 0x200, 0x18);
|
||||
|
||||
Reference in New Issue
Block a user