From acafa8007bb55c46570e71fe4ca7de2ed041b866 Mon Sep 17 00:00:00 2001 From: celestar Date: Mon, 8 Jan 2007 14:00:14 +0000 Subject: [PATCH] (svn r7978) [0.5] - Fix: Revert the previous commit. it WAS in the wrong dir --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newgrf.c b/newgrf.c index aa6df5038a..405ae34723 100644 --- a/newgrf.c +++ b/newgrf.c @@ -2418,7 +2418,7 @@ static void SkipIf(byte *buf, int len) const GRFConfig *c = GetGRFConfig(cond_val); if (condtype != 10 && c == NULL) { - DEBUG(grf, 7) ("GRFID 0x%08X unknown, skipping test", BSWAP32(cond_val)); + grfmsg(7, "GRFID 0x%08X unknown, skipping test", BSWAP32(cond_val)); return; }