Skip to content

Commit

Permalink
Update src/badguy/goldbomb.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Vankata453 <[email protected]>
  • Loading branch information
MatusGuy and Vankata453 committed Aug 3, 2024
1 parent 9c14b0e commit e3a07a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badguy/goldbomb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class GoldBomb final : public MrBomb

private:
enum State : uint8_t {
GB_STATE_REALIZING = 2,
GB_STATE_REALIZING = MB_STATE_COUNT,
GB_STATE_FLEEING,
GB_STATE_CORNERED,
GB_STATE_RECOVER
Expand Down

0 comments on commit e3a07a4

Please sign in to comment.