diff options
Diffstat (limited to 'source/game/items/StarInspectionTool.hpp')
-rw-r--r-- | source/game/items/StarInspectionTool.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/items/StarInspectionTool.hpp b/source/game/items/StarInspectionTool.hpp index d80e0a3..f50935c 100644 --- a/source/game/items/StarInspectionTool.hpp +++ b/source/game/items/StarInspectionTool.hpp @@ -19,8 +19,8 @@ public: struct InspectionResult { String message; - Maybe<String> objectName; - Maybe<EntityId> entityId; + Maybe<String> objectName = {}; + Maybe<EntityId> entityId = {}; }; InspectionTool(Json const& config, String const& directory, Json const& parameters = JsonObject()); |