Skip to content

Commit

Permalink
Make get_types() a virtual method in MrIceBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankata453 authored Aug 12, 2023
1 parent 67ef773 commit fc3121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badguy/mriceblock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MrIceBlock : public WalkingBadguy
virtual bool is_snipable() const override { return ice_state != ICESTATE_KICKED; }
virtual bool is_freezable() const override;

GameObjectTypes get_types() const override;
virtual GameObjectTypes get_types() const override;
std::string get_default_sprite_name() const override;

bool can_break();
Expand Down

0 comments on commit fc3121a

Please sign in to comment.