Description
Storing a uint256 instead of a bool saves gas as it is cheaper changing storage from non null to non null value.
Recommendation
Implement the guard with a uint256. Here is an example implementation from OpenZeppelin.
Status
Addressed in #1cbaf62.