1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Remove bad identifier users

Note this doesn't actually do anything under the hood it will do the same thing for now
This commit is contained in:
duncanspumpkin
2023-05-22 08:46:15 +01:00
parent b9382ae9fc
commit 8f53c6dbd3
3 changed files with 3 additions and 5 deletions

View File

@@ -265,7 +265,7 @@ public:
return _usesFallbackImages;
}
// Legacy data structures
// DONOT USE THIS CAN LEAD TO OBJECT COLLISIONS
std::string_view GetLegacyIdentifier() const
{
return _descriptor.GetName();