Skip to content

Commit

Permalink
Revert "stickyness" in corrupted_granito.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusty-Box authored Dec 8, 2024
1 parent 40ad617 commit fe9d814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/badguy/corrupted_granito.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
#define HEADER_SUPERTUX_BADGUY_CORRUPTEDGRANITO_HPP

#include "badguy/badguy.hpp"
#include "object/sticky_object.hpp"

/** An "Evil" Granito. */
class CorruptedGranito final : public StickyBadguy
class CorruptedGranito final : public BadGuy
{
public:
enum Type {
Expand Down

0 comments on commit fe9d814

Please sign in to comment.