(svn r21198) -Fix: don't call variables properties in debug messages

This commit is contained in:
rubidium
2010-11-15 16:43:46 +00:00
parent b7d8001202
commit a6a2fbd937
12 changed files with 13 additions and 13 deletions

View File

@@ -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;