(svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent.
This commit is contained in:
@@ -102,7 +102,7 @@ static uint32 IndustryTileGetVariable(const ResolverObject *object, byte variabl
|
||||
DEBUG(grf, 1, "Unhandled industry tile property 0x%X", variable);
|
||||
|
||||
*available = false;
|
||||
return (uint32)-1;
|
||||
return UINT_MAX;
|
||||
}
|
||||
|
||||
static const SpriteGroup *IndustryTileResolveReal(const ResolverObject *object, const SpriteGroup *group)
|
||||
|
Reference in New Issue
Block a user