From a6a2fbd937e0a424306919959530252444699849 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 15 Nov 2010 16:43:46 +0000 Subject: (svn r21198) -Fix: don't call variables properties in debug messages --- src/newgrf_railtype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_railtype.cpp') diff --git a/src/newgrf_railtype.cpp b/src/newgrf_railtype.cpp index c11c01117..6f38794b6 100644 --- a/src/newgrf_railtype.cpp +++ b/src/newgrf_railtype.cpp @@ -54,7 +54,7 @@ static uint32 RailTypeGetVariable(const ResolverObject *object, byte variable, b return _date; } - DEBUG(grf, 1, "Unhandled rail type tile property 0x%X", variable); + DEBUG(grf, 1, "Unhandled rail type tile variable 0x%X", variable); *available = false; return UINT_MAX; -- cgit v1.2.3-54-g00ecf