mirror of
https://github.com/zeldaret/tp
synced 2026-08-27 16:37:12 -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:
@@ -110,7 +110,7 @@ void daObjDigSnow_c::mode_init_dig() {
|
||||
if (gnd_height != -G_CM3D_F_INF) {
|
||||
mGroundHeight = gnd_height;
|
||||
} else {
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
// "No BG under digsnow!"
|
||||
OS_REPORT_ERROR("掘る雪の下にBGがありません!");
|
||||
fopAcM_delete(this);
|
||||
|
||||
Reference in New Issue
Block a user