mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Revert style change
This commit is contained in:
committed by
Gymnasiast
parent
921ae21ad5
commit
6d28b94c05
@@ -92,8 +92,10 @@ bool ObjectEntryDescriptor::operator==(const ObjectEntryDescriptor& rhs) const
|
||||
{
|
||||
return Entry == rhs.Entry;
|
||||
}
|
||||
|
||||
return Type == rhs.Type && Identifier == rhs.Identifier;
|
||||
else
|
||||
{
|
||||
return Type == rhs.Type && Identifier == rhs.Identifier;
|
||||
}
|
||||
}
|
||||
|
||||
bool ObjectEntryDescriptor::operator!=(const ObjectEntryDescriptor& rhs) const
|
||||
|
||||
Reference in New Issue
Block a user