diff options
Diffstat (limited to 'source/game/items/StarInstrumentItem.hpp')
-rw-r--r-- | source/game/items/StarInstrumentItem.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/items/StarInstrumentItem.hpp b/source/game/items/StarInstrumentItem.hpp index 861f681..c57a0ad 100644 --- a/source/game/items/StarInstrumentItem.hpp +++ b/source/game/items/StarInstrumentItem.hpp @@ -29,7 +29,7 @@ public: List<PersistentStatusEffect> statusEffects() const override; StringSet effectSources() const override; - void update(FireMode fireMode, bool shifting, HashSet<MoveControlType> const& moves) override; + void update(float dt, FireMode fireMode, bool shifting, HashSet<MoveControlType> const& moves) override; bool active() const override; void setActive(bool active) override; |