From 4587ede35d8ada9f15c1a8ba5e2362cc870c0073 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 15:13:46 +0000 Subject: (svn r67) -Forget to change debug message for grfspecial.c -Added compile flag NO_DEBUG_MESSAGES which will strip executeable of all DEBUG(..,..)'s --- misc_gui.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index 755ca0c79..2d54d1e99 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -150,7 +150,6 @@ static void Place_LandInfo(uint tile) GetTileDesc(tile, &lid.td); #if defined(_DEBUG) - { DEBUG(misc, 0) ("TILE: %#x (%i,%i)", tile, GET_TILE_X(tile), GET_TILE_Y(tile)); DEBUG(misc, 0) ("_map_type_and_height=%#x", _map_type_and_height[tile]); DEBUG(misc, 0) ("_map2=%#x", _map2[tile]); @@ -158,7 +157,6 @@ static void Place_LandInfo(uint tile) DEBUG(misc, 0) ("_map3_hi=%#x", _map3_hi[tile]); DEBUG(misc, 0) ("_map5=%#x", _map5[tile]); DEBUG(misc, 0) ("_map_owner=%#x", _map_owner[tile]); - } #endif } -- cgit v1.2.3-54-g00ecf