Skip to content

Commit

Permalink
Add files via upload (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierflying747-8 authored Sep 11, 2024
1 parent 68e2026 commit 5986ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion props/detonator.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Detonator : public PROP_INHERIT_PREFIX PropBase {
bool powered_ = false;
void SetPower(bool on) { powered_ = on; }
#else
constexpr bool powered_ = true;
bool powered_ = true;
void SetPower(bool on) {}
#endif

Expand Down

0 comments on commit 5986ef0

Please sign in to comment.