mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Apply review requests
This commit is contained in:
@@ -304,7 +304,7 @@ std::unique_ptr<IStream> ObjectAsset::GetStream() const
|
||||
|
||||
ObjectEntryDescriptor::ObjectEntryDescriptor(const ObjectRepositoryItem& ori)
|
||||
{
|
||||
if (ori.Identifier != "")
|
||||
if (!ori.Identifier.empty())
|
||||
{
|
||||
Generation = ObjectGeneration::JSON;
|
||||
Identifier = std::string(ori.Identifier);
|
||||
|
||||
Reference in New Issue
Block a user