mirror of
https://github.com/zeldaret/tp
synced 2026-06-21 08:31:53 -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:
+1
-1
@@ -1856,7 +1856,7 @@ int dSv_info_c::initdata_to_card(char* i_cardPtr, int i_dataNum) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
flagFile_c::flagFile_c() {
|
||||
m_no = mDoHIO_CREATE_CHILD("フラグファイル", this);
|
||||
m_flags = FLAG_ALL_e;
|
||||
|
||||
Reference in New Issue
Block a user