1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Fix Syntax of EditorObjectSelectionSession.cpp and Marketing.cpp (#20699)

Minor changes in Syntax of two files' annotations.

Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
This commit is contained in:
73
2023-08-13 07:23:06 -04:00
committed by GitHub
parent ed32fd2567
commit fa3339bdd1
2 changed files with 3 additions and 5 deletions

View File

@@ -46,9 +46,7 @@ static void SelectDesignerObjects();
static void ReplaceSelectedWaterPalette(const ObjectRepositoryItem* item);
/**
* Master objects are objects that are not
* optional / required dependants of an
* object.
* Master objects are objects that are not optional / required dependants of an object.
*/
static constexpr ResultWithMessage ObjectSelectionError(bool isMasterObject, StringId message)
{