forked from mirror/OpenTTD
(svn r21198) -Fix: don't call variables properties in debug messages
This commit is contained in:
@@ -56,7 +56,7 @@ static uint32 CanalGetVariable(const ResolverObject *object, byte variable, byte
|
||||
case 0x83: return GetWaterTileRandomBits(tile);
|
||||
}
|
||||
|
||||
DEBUG(grf, 1, "Unhandled canal property 0x%02X", variable);
|
||||
DEBUG(grf, 1, "Unhandled canal variable 0x%02X", variable);
|
||||
|
||||
*available = false;
|
||||
return UINT_MAX;
|
||||
|
Reference in New Issue
Block a user