mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
A couple more nullopt returns (#15422)
This commit is contained in:
@@ -419,7 +419,7 @@ private:
|
||||
return static_cast<int32_t>(i);
|
||||
}
|
||||
}
|
||||
return {};
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
size_t GetLoadedObjectIndex(const Object* object)
|
||||
|
||||
Reference in New Issue
Block a user