forked from mirror/OpenTTD
(svn r27929) -Cleanup: Remove unused Industry::random_triggers
This commit is contained in:
@@ -380,7 +380,7 @@ static uint32 GetCountAndDistanceOfClosestInstance(byte param_setID, byte layout
|
||||
|
||||
/* virtual */ uint32 IndustriesScopeResolver::GetTriggers() const
|
||||
{
|
||||
return this->industry != NULL ? this->industry->random_triggers : 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* virtual */ void IndustriesScopeResolver::StorePSA(uint pos, int32 value)
|
||||
|
Reference in New Issue
Block a user