mirror of https://github.com/OpenTTD/OpenTTD
(svn r7978) [0.5] - Fix: Revert the previous commit. it WAS in the wrong dir
parent
297707d2ab
commit
acafa8007b
2
newgrf.c
2
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue