Skip to content

Commit

Permalink
Update condition.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleohanopahala authored Nov 2, 2024
1 parent 0ebf9c4 commit d557e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/combat/condition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class ConditionLight final : public Condition {
bool unserializeProp(ConditionAttr_t attr, PropStream &propStream) override;

private:
LightInfo lightInfo;
LightInfo lightInfo { 1, 215 };
uint32_t internalLightTicks = 0;
uint32_t lightChangeInterval = 0;
};
Expand Down

0 comments on commit d557e48

Please sign in to comment.